mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-13 09:33:02 -05:00
Fix typo in ReturnValue struct comment (#521)
This commit is contained in:
parent
f2f5d86af8
commit
0f772d7a31
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ extern "C" {
|
||||||
fn v8__ReturnValue__Get(this: *const ReturnValue) -> *const Value;
|
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
|
// outlive the FunctionCallbackInfo/PropertyCallbackInfo object from which it
|
||||||
// is derived.
|
// is derived.
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
|
Loading…
Reference in a new issue