Skip to content

Commit 11f4c64

Browse files
committed
1 parent 60d34b5 commit 11f4c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/str.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fn main() {
106106
println!("{}", quotes);
107107
108108
// If you need "# in your string, just use more #s in the delimiter.
109-
// You can use up to 65535 #s.
109+
// You can use up to 255 #s.
110110
let longer_delimiter = r###"A string with "# in it. And even "##!"###;
111111
println!("{}", longer_delimiter);
112112
}

0 commit comments

Comments
 (0)