aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-26 06:08:52 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-26 06:08:52 +0200
commitc11ff0ea0262bfc1732197a86d3072f00373bdef (patch)
tree9bc419fa06adfbbf19ffec6e3d8f7ec4ce5c18d6
parentbb62c80bc253bf977b3718cd27da2fd074fab18c (diff)
improve grammar
-rw-r--r--_conclusion.qmd2
-rw-r--r--_intro.qmd4
2 files changed, 3 insertions, 3 deletions
diff --git a/_conclusion.qmd b/_conclusion.qmd
index cdcc591..5e67a67 100644
--- a/_conclusion.qmd
+++ b/_conclusion.qmd
@@ -8,7 +8,7 @@ not specific to the problem of annotations and Markdown
but regardless considered relevant
for others reaching at a similar combination of design choices.
-### Zero is True in Lua
+### Zero is true in Lua
Programming in Lua has been a new experience
but with a fairly low learning curve,
diff --git a/_intro.qmd b/_intro.qmd
index ac0b38e..e833809 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -166,11 +166,11 @@ under the Creative Commons crediting share-alike 4.0.
*FIXME: sharpen this chapter summary
to explicitly conclude the previous parts*
-* extention to existing widespread authoring language,
+* extension to existing widespread authoring language,
not an alternative one
* subtle extension, both to ease adoption of existing Markdown users,
and to keep the original principle that it "should be publishable as-is".
-* ease of user adoption rather than ease of implementation
+* emphasizing ease of user adoption rather than ease of implementation
Achieving these goals requires an understanding of Markdown and annotations,
and it requires working code.