Skip to content

Commit

Permalink
docs(nextUid): fix typo
Browse files Browse the repository at this point in the history
Update src/Angular.js

removed redundant 'the' from nextUid()'s ngdoc
  • Loading branch information
matasaru authored and IgorMinar committed Jan 29, 2013
1 parent 5d0f9ce commit 17fc6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17fc6a7

Please sign in to comment.