From 1eb7729022202c016475c4f4d0cb2c463c22c5fe Mon Sep 17 00:00:00 2001 From: Matthew Lorimor Date: Tue, 12 Feb 2019 22:31:53 -0600 Subject: [PATCH] Remove extra period --- docs/strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strings.md b/docs/strings.md index a72649f6..a1c146a0 100644 --- a/docs/strings.md +++ b/docs/strings.md @@ -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`