Skip to content

Commit

Permalink
chore: Update docstring on v8::Global (denoland#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Dec 9, 2022
1 parent dd12978 commit b53ecc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ impl<'s, T> Deref for Local<'s, T> {

/// An object reference that is independent of any handle scope. Where
/// a Local handle only lives as long as the HandleScope in which it was
/// allocated, a global handle remains valid until it is explicitly
/// disposed using reset().
/// allocated, a global handle remains valid until it is dropped.
///
/// A global handle contains a reference to a storage cell within
/// the V8 engine which holds an object value and which is updated by
Expand Down

0 comments on commit b53ecc2

Please sign in to comment.