From b51d06fba6a2c46bf865daff88c04c1bfb47d24d Mon Sep 17 00:00:00 2001 From: Dunkan <70066170+dcdunkan@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:23:09 +0530 Subject: [PATCH] fix incorrect docs --- src/commands.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands.ts b/src/commands.ts index 3ad9682..cea1d97 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -270,7 +270,7 @@ export class Commands { } /** - * Replaces the `toString` method on node.js + * Replaces the `toString` method on Deno * * @see toString */ @@ -279,7 +279,7 @@ export class Commands { } /** - * Replaces the `toString` method on Deno + * Replaces the `toString` method on Node.js * * @see toString */