diff options
| author | radu | 2013-01-27 17:55:55 -0500 | 
|---|---|---|
| committer | Igor Minar | 2013-01-29 15:50:03 -0800 | 
| commit | 559d5efc0448c213e9b8410bd50b6981f8f364d4 (patch) | |
| tree | 9226956dc4d8929b289caed200f2bfdeaefa2ba4 | |
| parent | 85042820fbd7da6a906983a12eb02b0aee6defb7 (diff) | |
| download | angular.js-559d5efc0448c213e9b8410bd50b6981f8f364d4.tar.bz2 | |
docs(nextUid): fix typo
Update src/Angular.js
removed redundant 'the' from nextUid()'s ngdoc
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index e6879586..0b8f0339 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -146,7 +146,7 @@ function reverseParams(iteratorFn) {  /**   * A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric   * characters such as '012ABC'. The reason why we are not using simply a number counter is that - * the number string gets longer over time, and it can also overflow, where as the the nextId + * the number string gets longer over time, and it can also overflow, where as the nextId   * will grow much slower, it is a string, and it will never overflow.   *   * @returns an unique alpha-numeric string  | 
