Skip to content

Commit

Permalink
docs(toml): highlight root of value mod
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 23, 2023
1 parent 764be11 commit 2ca6a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/toml/src/value.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Definition of a TOML value
//! Definition of a TOML [value][Value]
use std::collections::{BTreeMap, HashMap};
use std::fmt;
Expand Down

0 comments on commit 2ca6a82

Please sign in to comment.