Skip to content

Commit 8bffa39

Browse files
dbkrrichvdh
andauthored
Add link
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 parent f13967a commit 8bffa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/randomstring.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
import { encodeUnpaddedBase64Url } from "./base64.ts";
1919

2020
/**
21-
* String representing the lowercase latin alphabet for use in secureRandomStringFrom
21+
* String representing the lowercase latin alphabet for use in {@link secureRandomStringFrom}
2222
* (can be combined with other such exports or other characters by appending strings)
2323
*/
2424
export const LOWERCASE = "abcdefghijklmnopqrstuvwxyz";

0 commit comments

Comments
 (0)