Skip to content

Commit 22f8359

Browse files
tniessenBethGriggs
authored andcommitted
doc: fix argument type of setAAD
PR-URL: #30863 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ebe6a55 commit 22f8359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/api/crypto.md‎

Lines changed: 1 addition & 1 deletion
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)