Skip to content

Commit 7ad03fb

Browse files
cdp: fix a comment on page.navigate
Signed-off-by: Francis Bouvier <[email protected]>
1 parent 17c6418 commit 7ad03fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdp/page.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fn navigate(
284284
ctx.state.executionContextId += 1;
285285
const auxData = try std.fmt.allocPrint(
286286
alloc,
287-
// TODO: we assume this is the default web page, is it right?
287+
// NOTE: we assume this is the default web page
288288
"{{\"isDefault\":true,\"type\":\"default\",\"frameId\":\"{s}\"}}",
289289
.{ctx.state.frameID},
290290
);

0 commit comments

Comments
 (0)