Skip to content

Commit db438ad

Browse files
committed
auto merge of #7792 : ozten/rust/master, r=huonw
Minor tweak, but I was confused when first digging into json.rs docs. I think it's clearer to say the module provides parsing and serialization.
2 parents 68a32aa + b7e4b88 commit db438ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#[forbid(non_camel_case_types)];
1515
#[allow(missing_doc)];
1616

17-
//! json serialization
17+
//! json parsing and serialization
1818
1919
use std::iterator;
2020
use std::float;

0 commit comments

Comments
 (0)