From 36de7b3cfac9f3548088fa9ec447d5581c32b9f1 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:19:43 +0200 Subject: [PATCH] Fix incorrect trailing text prefix in an example --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 92f9224..529b273 100644 --- a/index.bs +++ b/index.bs @@ -155,7 +155,7 @@ Trailing text in the last line is ignored. This is because we might identify add
-In the [=origin-bound one-time code message=] `"@example.com #747723 @ecommerce.example $future"`, the [=origin-bound one-time code message/top-level host=] is `"example.com"`, the [=code=] is `"747723"`, the [=origin-bound one-time code message/embedded host=] is `"ecommerce.example"`, and the [=explanatory text=] is `""`. The trailing text `" %future"` is ignored. +In the [=origin-bound one-time code message=] `"@example.com #747723 @ecommerce.example %future"`, the [=origin-bound one-time code message/top-level host=] is `"example.com"`, the [=code=] is `"747723"`, the [=origin-bound one-time code message/embedded host=] is `"ecommerce.example"`, and the [=explanatory text=] is `""`. The trailing text `" %future"` is ignored.