From c6d5b0ceed5a3f33a35f49bcb9a447aa3c88ddaf Mon Sep 17 00:00:00 2001 From: Randolf Jung Date: Mon, 18 Dec 2023 11:34:00 +0100 Subject: [PATCH] Update index.bs --- index.bs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 365604feb..fd620b984 100644 --- a/index.bs +++ b/index.bs @@ -1963,11 +1963,12 @@ The browser.createUserContext command creates a [ The [=remote end steps=] are: -1. Let |user context| be the result of performing implementation defined steps to create an [=empty user context=]. +1. Let |user context| be the result of performing implementation-defined steps + to create an [=empty user context=]. 1. Let |result| be a [=/map=] matching the - browser.createUserContextResult production with the userContext - field set to |user context|'s [=user context id=]. + browser.createUserContextResult production with the + userContext field set to |user context|'s [=user context id=]. 1. Return [=success=] with data |result|.