Skip to content

Commit

Permalink
Fix equivalent string in escape_default
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen authored Apr 13, 2019
1 parent e4c66af commit e2613f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4054,7 +4054,7 @@ impl str {
/// Both are equivalent to:
///
/// ```
/// println!("\\u{{2764}}\n!");
/// println!("\\u{{2764}}\\n!");
/// ```
///
/// Using `to_string`:
Expand Down

0 comments on commit e2613f5

Please sign in to comment.