Skip to content

Commit

Permalink
Replace "the version" with "<version>"
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed May 11, 2017
1 parent b8c5aba commit faa2cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
//. - the type identifier MUST be a string primitive and SHOULD have format
//. `'<namespace>/<name>[@<version>]'`, where:
//.
//. - the `namespace` MUST consist of one or more characters, and SHOULD
//. - `<namespace>` MUST consist of one or more characters, and SHOULD
//. equal the name of the npm package which defines the type (including
//. [scope][4] where appropriate);
//.
//. - the `name` MUST consist of one or more characters, and SHOULD be
//. - `<name>` MUST consist of one or more characters, and SHOULD be
//. the unique name of the type; and
//.
//. - the `version` MUST consist of one or more digits, and SHOULD
//. - `<version>` MUST consist of one or more digits, and SHOULD
//. represent the version of the type.
//.
//. If the type identifier does not conform to the format specified above, it
Expand Down

0 comments on commit faa2cc9

Please sign in to comment.