We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df66b5e commit 4c25b26Copy full SHA for 4c25b26
packages/dart/lib/src/objects/parse_error.dart
@@ -38,7 +38,7 @@ class ParseError {
38
static const int missingObjectId = 104;
39
40
/// 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.
+ /// must start with a letter, and a-zA-Z0-9_ are the only valid characters.
42
static const int invalidKeyName = 105;
43
44
/// Error code indicating a malformed pointer. You should not see this unless
0 commit comments