From 97b218d1c8cb57e184f6d0f56a6f720da857aae6 Mon Sep 17 00:00:00 2001 From: Daniel Chambers Date: Thu, 14 Mar 2024 11:10:54 +1100 Subject: [PATCH] Remove hyphen from example (#93) --- README.md | 2 +- src/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c605694..d072c01 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ export function make_bad_password_hash(pw: string): string { /** * Returns the github bio for the userid provided * - * @param username - Username of the user who's bio will be fetched. + * @param username Username of the user who's bio will be fetched. * @returns The github bio for the requested user. * @pure This function should only query data without making modifications */ diff --git a/src/README.md b/src/README.md index 0479013..b57737e 100644 --- a/src/README.md +++ b/src/README.md @@ -44,7 +44,7 @@ export function make_bad_password_hash(pw: string): string { /** * Returns the github bio for the userid provided * - * @param username - Username of the user who's bio will be fetched. + * @param username Username of the user who's bio will be fetched. * @returns The github bio for the requested user. * @pure This function should only query data without making modifications */