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:
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;
|
||||
}
|
||||
|
||||
// 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)]
|
||||
|
|
Loading…
Reference in a new issue