| Index: sdk/lib/json/json.dart
|
| diff --git a/sdk/lib/json/json.dart b/sdk/lib/json/json.dart
|
| index e30dc57cfd479d4afb2f0682de530abe121d718f..2cf9327207aee0c52497d28b05d97e235fb8a5c6 100644
|
| --- a/sdk/lib/json/json.dart
|
| +++ b/sdk/lib/json/json.dart
|
| @@ -48,7 +48,7 @@ class JsonCyclicError extends JsonUnsupportedObjectError {
|
|
|
|
|
| /**
|
| - * Parses [json] and build the corresponding parsed JSON value.
|
| + * Parses JSON and build the corresponding parsed JSON value.
|
| *
|
| * Parsed JSON values are of the types [num], [String], [bool], [Null],
|
| * [List]s of parsed JSON values or [Map]s from [String] to parsed
|
|
|