mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50:22 +00:00
docs(nextUid): fix typo
Update src/Angular.js removed redundant 'the' from nextUid()'s ngdoc
This commit is contained in:
parent
5d0f9ce4c7
commit
17fc6a70fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue