From a3a830de0c608743d81be39e7018b045d6db5878 Mon Sep 17 00:00:00 2001 From: thomas-bc Date: Thu, 4 Apr 2024 18:25:17 -0700 Subject: [PATCH] ASCII-only annotation --- .github/actions/spelling/expect.txt | 1 - docs/Design/fpp-json-dict.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index eb5eeabed8..6a7417985f 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -884,7 +884,6 @@ SBINDIR scatterometer schem schematron -Schr sclk scm scons diff --git a/docs/Design/fpp-json-dict.md b/docs/Design/fpp-json-dict.md index 0deecc3a48..562990b6e4 100644 --- a/docs/Design/fpp-json-dict.md +++ b/docs/Design/fpp-json-dict.md @@ -225,7 +225,7 @@ module M1 { Example FPP model with JSON representation: ``` module M1 { - @ Schrödinger's status + @ Schroedinger's status enum Status { YES NO @@ -259,7 +259,7 @@ module M1 { }, ], "default": "M.Status.MAYBE", - "annotation": "Schrödinger's status" + "annotation": "Schroedinger's status" } ```