Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jun 18, 2024
1 parent 23d27a0 commit 3675714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Glacier2/simpleChat/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ try {
}

//
// Asynchonously process stdin lines using a promise
// Asynchronously process stdin lines using a promise
//
function getline(): PromiseLike<string> {
return new Promise((resolve) => {
Expand Down

0 comments on commit 3675714

Please sign in to comment.