Skip to content

Commit 9f0695f

Browse files
committed
[cpp.embed.gen] Fix typo in example
1 parent 9caa0dc commit 9f0695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/preprocessor.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
struct { double e, f, g; } x;
976976
double h, i, j;
977977
};
978-
is x = {
978+
s x = {
979979
// well-formed if the directive produces nine or fewer values
980980
#embed "s.dat"
981981
};

0 commit comments

Comments
 (0)