Browse Source

Fix typo in instruction.ts (#1862)

Victor Pontis 3 years ago
parent
commit
e6155dbc7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ts/src/coder/borsh/instruction.ts

+ 1 - 1
ts/src/coder/borsh/instruction.ts

@@ -124,7 +124,7 @@ export class BorshInstructionCoder implements InstructionCoder {
   }
 
   /**
-   * Dewcodes a program instruction.
+   * Decodes a program instruction.
    */
   public decode(
     ix: Buffer | string,