diff options
| author | 2021-08-30 17:12:17 -0700 | |
|---|---|---|
| committer | 2021-08-30 17:12:17 -0700 | |
| commit | 8d6da10065f0e0b2af7c86f000996ed7429a5a71 (patch) | |
| tree | 36313e4def8211541684cfe48deab2367d2a73df | |
| parent | Fix errors reported by W3C HTML Validator. (diff) | |
copy edit
| -rw-r--r-- | srfi-228.html | 2 |
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> |
