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