Skip to content

Commit 0ac0224

Browse files
author
Thomas Bahn
committed
Fixes incorrect documentation comments
1 parent 35c672d commit 0ac0224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ascii.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ pub enum Ascii {
9090
Exclamation = 33,
9191
/// `'"'`
9292
Quotation = 34,
93-
/// `'''`
93+
/// `'#'`
9494
Hash = 35,
9595
/// `'$'`
9696
Dollar = 36,
9797
/// `'%'`
9898
Percent = 37,
9999
/// `'&'`
100100
Ampersand = 38,
101-
/// `'''`
101+
/// `'\''`
102102
Apostrophe = 39,
103103
/// `'('`
104104
ParenOpen = 40,

0 commit comments

Comments
 (0)