Skip to content

Commit b9b62eb

Browse files
committed
Fix JSDoc
1 parent d6e8d1c commit b9b62eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/lambda/LambdaResponder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = (() => {
174174
*
175175
* @public
176176
* @param {Buffer} buffer
177-
* @param {String=} contextType
177+
* @param {String=} contentType
178178
* @returns {Promise}
179179
*/
180180
sendBinary(buffer, contentType) {

0 commit comments

Comments
 (0)