Skip to content

Commit b916620

Browse files
addaleaxrvagg
authored andcommitted
src: fix typo in util.h comment
PR-URL: #20656 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8076a79 commit b916620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ inline v8::Local<TypeName> PersistentToLocal(
221221
v8::Isolate* isolate,
222222
const v8::Persistent<TypeName>& persistent);
223223

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

0 commit comments

Comments
 (0)