Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 17fc6a7

Browse files
matasaruIgorMinar
authored andcommitted
docs(nextUid): fix typo
Update src/Angular.js removed redundant 'the' from nextUid()'s ngdoc
1 parent 5d0f9ce commit 17fc6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function reverseParams(iteratorFn) {
146146
/**
147147
* A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric
148148
* characters such as '012ABC'. The reason why we are not using simply a number counter is that
149-
* the number string gets longer over time, and it can also overflow, where as the the nextId
149+
* the number string gets longer over time, and it can also overflow, where as the nextId
150150
* will grow much slower, it is a string, and it will never overflow.
151151
*
152152
* @returns an unique alpha-numeric string

0 commit comments

Comments
 (0)