From bc6b2b1deef5755e1ef8b5c2926c0b27bdbf9753 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 10 Feb 2021 23:13:12 -0800 Subject: [PATCH] Make json5 description capitalization consistent with other links --- serde/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 7de2ff6d..2ecd55b0 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -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.