Skip to content

Commit

Permalink
doc: fix argument type of setAAD
Browse files Browse the repository at this point in the history
PR-URL: #30863
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and BethGriggs committed Feb 6, 2020
1 parent ebe6a55 commit 22f8359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Expand Up @@ -284,7 +284,7 @@ once will result in an error being thrown.
added: v1.0.0
-->

* `buffer` {Buffer}
* `buffer` {Buffer | TypedArray | DataView}
* `options` {Object} [`stream.transform` options][]
* `plaintextLength` {number}
* Returns: {Cipher} for method chaining.
Expand Down

0 comments on commit 22f8359

Please sign in to comment.