Skip to content

Commit

Permalink
Remove extra period
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimor committed Feb 13, 2019
1 parent 6ceff26 commit 1eb7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The above returns `FT`
## randAlphaNum, randAlpha, randNumeric, and randAscii

These four functions generate cryptographically secure (uses ```crypto/rand```)
random strings, but with different base character sets.:
random strings, but with different base character sets:

- `randAlphaNum` uses `0-9a-zA-Z`
- `randAlpha` uses `a-zA-Z`
Expand Down

0 comments on commit 1eb7729

Please sign in to comment.