Skip to content

Commit 079641c

Browse files
author
Thomas Bahn
committed
Fix typo in doc comment for AsciiChar::Caret
1 parent 8429bc3 commit 079641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ascii_char.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub enum AsciiChar {
209209
BackSlash = 92,
210210
/// `']'`
211211
BracketClose = 93,
212-
/// `'_'`
212+
/// `'^'`
213213
Caret = 94,
214214
/// `'_'`
215215
UnderScore = 95,

0 commit comments

Comments
 (0)