Skip to content

Commit

Permalink
doc: fix argument type of setAAD
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Dec 10, 2019
1 parent 49fb529 commit 40af46c
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 40af46c

Please sign in to comment.