Skip to content

Commit 4c25b26

Browse files
committed
fix small bug in documentation comments
1 parent df66b5e commit 4c25b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dart/lib/src/objects/parse_error.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ParseError {
3838
static const int missingObjectId = 104;
3939

4040
/// Error code indicating an invalid key name. Keys are case-sensitive. They
41-
/// must start with a letter, and a-zA-Z0-9_ are the only valid characters.
41+
/// must start with a letter, and a-zA-Z0-9_ are the only valid characters.
4242
static const int invalidKeyName = 105;
4343

4444
/// Error code indicating a malformed pointer. You should not see this unless

0 commit comments

Comments
 (0)