diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index fb48d31e6271ed..be86536291ba7d 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -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