Skip to content

Commit

Permalink
fix incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdunkan authored and carafelix committed Jul 18, 2024
1 parent 9303b26 commit 0ffb2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class Commands<C extends Context> {
}

/**
* Replaces the `toString` method on node.js
* Replaces the `toString` method on Deno
*
* @see toString
*/
Expand All @@ -279,7 +279,7 @@ export class Commands<C extends Context> {
}

/**
* Replaces the `toString` method on Deno
* Replaces the `toString` method on Node.js
*
* @see toString
*/
Expand Down

0 comments on commit 0ffb2c1

Please sign in to comment.