Make json5 description capitalization consistent with other links

This commit is contained in:
David Tolnay 2021-02-10 23:13:12 -08:00
parent beb21cb640
commit bc6b2b1dee
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -44,7 +44,7 @@
//! - [BSON], the data storage and network transfer format used by MongoDB.
//! - [Avro], a binary format used within Apache Hadoop, with support for schema
//! definition.
//! - [JSON5], A superset of JSON including some productions from ES5.
//! - [JSON5], a superset of JSON including some productions from ES5.
//! - [Postcard], a no\_std and embedded-systems friendly compact binary format.
//! - [URL] query strings, in the x-www-form-urlencoded format.
//! - [Envy], a way to deserialize environment variables into Rust structs.