From 775f93b73220342d66c18d1957b33845326e145a Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Fri, 26 Jul 2024 16:08:15 +0100 Subject: [PATCH] fix indentation in first and last algos --- spec.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.bs b/spec.bs index f20ae48..e5f3b11 100644 --- a/spec.bs +++ b/spec.bs @@ -1301,7 +1301,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w : [=internal observer/next steps=] :: 1. [=Resolve=] |p| with the passed in value. - 1. [=AbortController/Signal abort=] |controller|. + 1. [=AbortController/Signal abort=] |controller|. : [=internal observer/error steps=] :: [=Reject=] |p| with the passed in error. @@ -1351,7 +1351,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w : [=internal observer/next steps=] :: 1. Set |hasLastValue| to true. - 1. Set |lastValue| to the passed in value. + 1. Set |lastValue| to the passed in value. : [=internal observer/error steps=] :: [=Reject=] |p| with the passed in error.