0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-13 01:22:42 -05:00

Fix typo in ReturnValue struct comment (#521)

This commit is contained in:
Daniel Bevenius 2020-11-13 14:41:15 +01:00 committed by GitHub
parent f2f5d86af8
commit 0f772d7a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ extern "C" {
fn v8__ReturnValue__Get(this: *const ReturnValue) -> *const Value;
}
// Npte: the 'cb lifetime is required because the ReturnValue object must not
// Note: the 'cb lifetime is required because the ReturnValue object must not
// outlive the FunctionCallbackInfo/PropertyCallbackInfo object from which it
// is derived.
#[repr(C)]