1
0
Fork 0

DataApi#request data param docblock correction

* src/dapi/DataApi.js (#request): Correct docblock for `data' param.
master
Mike Gerwitz 2017-08-04 11:45:24 -04:00
parent b204ef652d
commit 4522525260
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/**
* Generic interface for data transmission
*
* Copyright (C) 2014 R-T Specialty, LLC.
* Copyright (C) 2014, 2017 R-T Specialty, LLC.
*
* This file is part of the Liza Data Collection Framework
*
@ -42,7 +42,7 @@ module.exports = Interface( 'DataApi',
* The first parameter of the callback shall contain an Error in the event
* of a failure; otherwise, it shall be null.
*
* @param {string} data binary data to transmit
* @param {Object=} data request params
* @param {function(?Error,*)} callback continuation upon reply
*
* @return {DataApi} self