Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doc header size
  • Loading branch information
sfackler committed Nov 1, 2014
1 parent 3e424c7 commit 8f5c0f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion phf/src/map.rs
Expand Up @@ -25,7 +25,7 @@ use shared::PhfHash;
/// # fn main() {}
/// ```
///
/// # Note
/// ## Note
///
/// The fields of this struct are public so that they may be initialized by the
/// `phf_map` macro. They are subject to change at any time and should never
Expand Down
2 changes: 1 addition & 1 deletion phf/src/ordered_map.rs
Expand Up @@ -28,7 +28,7 @@ use collections::Map as MapTrait;
/// # fn main() {}
/// ```
///
/// # Note
/// ## Note
///
/// The fields of this struct are public so that they may be initialized by the
/// `phf_ordered_map` macro. They are subject to change at any time and should
Expand Down
2 changes: 1 addition & 1 deletion phf/src/ordered_set.rs
Expand Up @@ -27,7 +27,7 @@ use collections::Set as SetTrait;
/// # fn main() {}
/// ```
///
/// # Note
/// ## Note
///
/// The fields of this struct are public so that they may be initialized by the
/// `phf_ordered_set` macro. They are subject to change at any time and should
Expand Down
2 changes: 1 addition & 1 deletion phf/src/set.rs
Expand Up @@ -25,7 +25,7 @@ use map;
/// # fn main() {}
/// ```
///
/// # Note
/// ## Note
///
/// The fields of this struct are public so that they may be initialized by the
/// `phf_set` macro. They are subject to change at any time and should never be
Expand Down

0 comments on commit 8f5c0f0

Please sign in to comment.