Skip to content

Commit

Permalink
Remove hyphen from example (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Mar 14, 2024
1 parent 1ecaa5a commit 97b218d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 97b218d

Please sign in to comment.