From 9f0695fa7149e403dfb5ecc5e21a5860980c2046 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 22 Mar 2025 22:37:08 +0100 Subject: [PATCH] [cpp.embed.gen] Fix typo in example --- source/preprocessor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 9c31a4ed4e..3e28b5dd9b 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -975,7 +975,7 @@ struct { double e, f, g; } x; double h, i, j; }; -is x = { +s x = { // well-formed if the directive produces nine or fewer values #embed "s.dat" };