From 8bffa39eb9aac2bbb4010b20968f334b55e6257b Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 21 Jan 2025 13:29:44 +0000 Subject: [PATCH] Add link Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- src/randomstring.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/randomstring.ts b/src/randomstring.ts index 5701a0a1f..719880598 100644 --- a/src/randomstring.ts +++ b/src/randomstring.ts @@ -18,7 +18,7 @@ limitations under the License. import { encodeUnpaddedBase64Url } from "./base64.ts"; /** - * String representing the lowercase latin alphabet for use in secureRandomStringFrom + * String representing the lowercase latin alphabet for use in {@link secureRandomStringFrom} * (can be combined with other such exports or other characters by appending strings) */ export const LOWERCASE = "abcdefghijklmnopqrstuvwxyz";