Skip to content

Commit dcac194

Browse files
committed
typo extend
1 parent ab1ebfe commit dcac194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/v8/v8.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ pub const Inspector = struct {
720720
return self.session.dispatchProtocolMessage(env.isolate, msg);
721721
}
722722

723-
// inspector's wrapObject for use in resolveNode. We may extending the interface here to include:
723+
// Inspector's wrapObject for use in resolveNode. We may extend the interface here to include:
724724
// backendNodeId, objectGroup, executionContextId. For a complete resolveNode implementation at this level.
725725
// node_ptr is expected to be a sub-type of *parser.Node
726726
pub fn wrapObject(self: Inspector, env: *Env, node_ptr: anytype) !v8.RemoteObject {

0 commit comments

Comments
 (0)