Skip to content

Commit bc6b2b1

Browse files
committed
Make json5 description capitalization consistent with other links
1 parent beb21cb commit bc6b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! - [BSON], the data storage and network transfer format used by MongoDB.
4545
//! - [Avro], a binary format used within Apache Hadoop, with support for schema
4646
//! definition.
47-
//! - [JSON5], A superset of JSON including some productions from ES5.
47+
//! - [JSON5], a superset of JSON including some productions from ES5.
4848
//! - [Postcard], a no\_std and embedded-systems friendly compact binary format.
4949
//! - [URL] query strings, in the x-www-form-urlencoded format.
5050
//! - [Envy], a way to deserialize environment variables into Rust structs.

0 commit comments

Comments
 (0)