diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:05 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | 470d535ca583446b29224615d82ea2925c601d6c (patch) | |
| tree | 6cb274c136939e1cb2f36eb37902c63b0ea76419 /lib | |
| parent | 12f2d3d34cfa3ea30d38018463714a01ef51269b (diff) | |
| download | faker-470d535ca583446b29224615d82ea2925c601d6c.tar.xz faker-470d535ca583446b29224615d82ea2925c601d6c.zip | |
spelling: aborting
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unique.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unique.js b/lib/unique.js index 70d038fa..10b02bd5 100644 --- a/lib/unique.js +++ b/lib/unique.js @@ -10,7 +10,7 @@ function Unique (faker) { // maximum time unique.exec will attempt to run before aborting var maxTime = 10; - // maximum retries unique.exec will recurse before abortings ( max loop depth ) + // maximum retries unique.exec will recurse before aborting ( max loop depth ) var maxRetries = 10; // time the script started |
