From 9a74c79bc3723a370a4a86002fe9b43c666d2c90 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Wed, 19 Feb 2025 01:12:35 +0200 Subject: [PATCH] Add missing suggestion from #1019 --- spec/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/formatting.md b/spec/formatting.md index efc08ecb50..c21218c733 100644 --- a/spec/formatting.md +++ b/spec/formatting.md @@ -391,7 +391,7 @@ For each _option_: 1. If `rv` is a _fallback value_: 1. If supported, emit a _Bad Option_ error. 1. Else: - 1. If the _option_ value was set by a _literal_: + 1. If the _option_ value consists of a _literal_: 1. Include that information in `rv`. 1. Set `res[id]` to be `rv`. 1. Return `res`.