Skip to content

Commit 5395e5d

Browse files
authored
Editorial: fix traverse history type (#601)
1 parent d327638 commit 5395e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,10 +3495,10 @@ traverses the history of a given navigable by a delta.
34953495
<dt>Command Type</dt>
34963496
<dd>
34973497
<pre class="cddl remote-cddl">
3498-
BrowsingContext.TraverseHistory = {
3498+
browsingContext.TraverseHistory = (
34993499
method: "browsingContext.traverseHistory",
35003500
params: browsingContext.TraverseHistoryParameters
3501-
}
3501+
)
35023502

35033503
browsingContext.TraverseHistoryParameters = {
35043504
context: browsingContext.BrowsingContext,

0 commit comments

Comments
 (0)