README.md: Terminology correction (logic=>operations)

This is _not_ higher-order logic.  I clearly had my terminology confused
at the time.
Mike Gerwitz 2023-03-19 22:32:43 -04:00
parent 5594c17dd9
commit d83c659afe
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@
-->
# Higher-Order XSLT
hoxsl is a library for XSLT 2.0, written in pure XSLT, introducing
various types of higher-order logic; this includes higher-order
functions and XSLT templates that take XSLT as input and produce XSLT
as output.
various higher-order operations; this includes higher-order functions and
XSLT templates that take XSLT as input and produce XSLT as output.
The system is fully tested---see the test cases for additional
documentation as this project gets under way. This README will serve