From 9e140a2071e27f186ba6f73abd7abfdb00f8e2fd Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Jul 2020 20:00:33 -0700 Subject: [PATCH] Tweak yaml format blurb --- serde/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 31a7ac03..4b78747d 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -37,8 +37,8 @@ //! used for IPC within the Servo rendering engine. //! - [CBOR], a Concise Binary Object Representation designed for small message //! size without the need for version negotiation. -//! - [YAML], a popular human-friendly configuration language that ain't markup -//! language. +//! - [YAML], a self-proclaimed human-friendly configuration language that ain't +//! markup language. //! - [MessagePack], an efficient binary format that resembles a compact JSON. //! - [TOML], a minimal configuration format used by [Cargo]. //! - [Pickle], a format common in the Python world.