From 203bc1898d125ad494c839a8d43f1cdccb39ac29 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Mon, 27 Jan 2025 16:07:32 -0600 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc3594..33bfdc5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ tricu is the word for "tree" in Lojban: `(x1) is a tree of species/cultivar (x2) - Tree Calculus operator: `t` - Assignments: `x = t t` -- Immutabile definitions +- Immutable definitions - Lambda abstraction syntax: `id = (\a : a)` - List, Number, and String literals: `[(2) ("Hello")]` - Function application: `not (not false)`