summaryrefslogtreecommitdiffstats
path: root/site/posts
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-14 08:24:59 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-14 08:24:59 +0100
commit3d469079ff41d373540927214cd197dbc6753bf3 (patch)
tree64892936231ab5ababf92a80388eaf36e7ba0443 /site/posts
parentRework the introduction of the strongly-specified functions serie (diff)
Fix spelling error
Diffstat (limited to 'site/posts')
-rw-r--r--site/posts/StronglySpecifiedFunctions.v2
-rw-r--r--site/posts/StronglySpecifiedFunctionsProgram.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/posts/StronglySpecifiedFunctions.v b/site/posts/StronglySpecifiedFunctions.v
index d2d05ac..6564413 100644
--- a/site/posts/StronglySpecifiedFunctions.v
+++ b/site/posts/StronglySpecifiedFunctions.v
@@ -3,7 +3,7 @@
<p>
This is the first article (initially published on <span class="time">January
- 11, 2015</span>) of a serie of two on how to write strongly-specified
+ 11, 2015</span>) of a series of two on how to write strongly-specified
functions in Coq. You can read the next part <a
href="/posts/StronglySpecifiedFunctionsProgram">here</a>.
</p>
diff --git a/site/posts/StronglySpecifiedFunctionsProgram.v b/site/posts/StronglySpecifiedFunctionsProgram.v
index f6c1eb1..24faf27 100644
--- a/site/posts/StronglySpecifiedFunctionsProgram.v
+++ b/site/posts/StronglySpecifiedFunctionsProgram.v
@@ -3,7 +3,7 @@
<p>
This is the second article (initially published on <span class="time">January
- 01, 2017</span>) of a serie of two on how to write strongly-specified
+ 01, 2017</span>) of a series of two on how to write strongly-specified
functions in Coq. You can read the previous part <a
href="/posts/StronglySpecifiedFunctions">here</a>.
</p>