summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-08-30 17:12:17 -0700
committerGravatar Arthur A. Gleckler 2021-08-30 17:12:17 -0700
commit8d6da10065f0e0b2af7c86f000996ed7429a5a71 (patch)
tree36313e4def8211541684cfe48deab2367d2a73df
parentFix errors reported by W3C HTML Validator. (diff)
copy edit
-rw-r--r--srfi-228.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html
index d71ba73..3f2b122 100644
--- a/srfi-228.html
+++ b/srfi-228.html
@@ -35,7 +35,7 @@
<h2 id="rationale">Rationale</h2>
-<p>A typical pattern for defining comparison behaviour for record types and other user-defined Scheme types is some form of lexicographical order over their member slots. The comparator abstraction of SRFI 128 has useful potential for reducing the code bulk of defining such comparison behaviours: this library is intended to take advantage of that potential.
+<p>A typical pattern for defining comparison behaviour for record types and other user-defined Scheme types is some form of lexicographical order over their member slots. The comparator abstraction of SRFI 128 has useful potential for reducing the code bulk of defining such comparison behaviours. This library is intended to take advantage of that potential.
<h2 id="specification">Specification</h2>