Devel 3 years ago
parent
commit
6965e33358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/index.d.ts

+ 1 - 1
types/index.d.ts

@@ -245,7 +245,7 @@ interface RNSerialportStatic {
   /**
    * Writes bytes to port
    *
-   * @param {ArrayBuffer} data
+   * @param {Array} buffer
    * @memberof RNSerialportStatic
    */
    writeBytes( buffer: any ): void;