Skip to content

Commit db457cb

Browse files
addaleaxtargos
authored andcommitted
src: fix typo in util.h comment
PR-URL: #20656 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent bb857d9 commit db457cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ inline v8::Local<TypeName> PersistentToLocal(
211211
v8::Isolate* isolate,
212212
const Persistent<TypeName>& persistent);
213213

214-
// Unchecked conversion from a non-weak Persistent<T> to Local<TLocal<T>,
214+
// Unchecked conversion from a non-weak Persistent<T> to Local<T>,
215215
// use with care!
216216
//
217217
// Do not call persistent.Reset() while the returned Local<T> is still in

0 commit comments

Comments
 (0)