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 addaleax committed Dec 12, 2019
1 parent 73df09e commit d776992
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 d776992

Please sign in to comment.