Skip to content

Commit 16283b8

Browse files
tniessentargos
authored andcommittedJan 14, 2020
doc: fix argument type of setAAD
PR-URL: #30863 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent add17b1 commit 16283b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ once will result in an error being thrown.
284284
added: v1.0.0
285285
-->
286286

287-
* `buffer` {Buffer}
287+
* `buffer` {Buffer | TypedArray | DataView}
288288
* `options` {Object} [`stream.transform` options][]
289289
* `plaintextLength` {number}
290290
* Returns: {Cipher} for method chaining.

0 commit comments

Comments
 (0)
Please sign in to comment.