Tweak yaml format blurb

This commit is contained in:
David Tolnay 2020-07-05 20:00:33 -07:00
parent 24e6acbfae
commit 9e140a2071
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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.