aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.