| commit | 4a4c5adcfa0606b2cf32753b5fd300f9d2cb80df | [log] [tgz] |
|---|---|---|
| author | rnystrom@google.com <rnystrom@google.com> | Thu Apr 03 21:31:32 2014 +0000 |
| committer | rnystrom@google.com <rnystrom@google.com> | Thu Apr 03 21:31:32 2014 +0000 |
| tree | fcc7172c3f30dd9e05b83f6b3fc9277e7e109a69 | |
| parent | 0ac0248528f5d58a63ec78e9b54ed1b1f5aa43ec [diff] |
Fix typo in doc comment. R=nweiz@google.com Review URL: https://codereview.chromium.org//214663010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/json_rpc_2@34720 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/json_rpc_2/lib/error_code.dart b/pkgs/json_rpc_2/lib/error_code.dart index 40d6733..96cb909 100644 --- a/pkgs/json_rpc_2/lib/error_code.dart +++ b/pkgs/json_rpc_2/lib/error_code.dart
@@ -22,7 +22,7 @@ /// unavailable. const METHOD_NOT_FOUND = -32601; -/// An error code indicating that the request paramaters are invalid for the +/// An error code indicating that the request parameters are invalid for the /// requested method. const INVALID_PARAMS = -32602;
diff --git a/pkgs/json_rpc_2/pubspec.yaml b/pkgs/json_rpc_2/pubspec.yaml index f12be64..6d059f8 100644 --- a/pkgs/json_rpc_2/pubspec.yaml +++ b/pkgs/json_rpc_2/pubspec.yaml
@@ -1,5 +1,5 @@ name: json_rpc_2 -version: 0.0.2 +version: 0.0.2+1 author: Dart Team <misc@dartlang.org> description: An implementation of the JSON-RPC 2.0 spec. homepage: http://www.dartlang.org