From 823db9ae4af28c4bbfad65f7603d40fc549a1e07 Mon Sep 17 00:00:00 2001 From: Ivan Panchenko <39594356+ivan-pan@users.noreply.github.com> Date: Wed, 3 Mar 2021 07:59:32 +0100 Subject: [PATCH] Editorial: fix typo --- encoding.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding.bs b/encoding.bs index 27a4110..9c57b8b 100644 --- a/encoding.bs +++ b/encoding.bs @@ -1007,7 +1007,7 @@ queue of scalar values output (default « »), run these steps: optional I/O queue of scalar values output (default « »), run these steps:
    -
  1. Process a queue wih an instance of UTF-8's decoder, +

  2. Process a queue with an instance of UTF-8's decoder, ioQueue, output, and "replacement".

  3. Return output.