mirror of https://github.com/nodejs/node.git
doc: fix typo in method name in the sea doc
PR-URL: https://github.com/nodejs/node/pull/54027 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>pull/54159/head
parent
ccf05ef751
commit
fd76646e74
|
@ -343,7 +343,7 @@ This method can be used to retrieve the assets configured to be bundled into the
|
|||
single-executable application at build time.
|
||||
An error is thrown when no matching asset can be found.
|
||||
|
||||
Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not
|
||||
Unlike `sea.getAsset()` or `sea.getAssetAsBlob()`, this method does not
|
||||
return a copy. Instead, it returns the raw asset bundled inside the executable.
|
||||
|
||||
For now, users should avoid writing to the returned array buffer. If the
|
||||
|
|
Loading…
Reference in New Issue