git » hoplite.git » commit 880ed97

fix

author Alan Dipert
2021-03-26 16:04:27 UTC
committer Alan Dipert
2021-03-26 16:04:27 UTC
parent 397874d97c04ed3e24006fdef3d74b1d78675021

fix

README.org +1 -1

diff --git a/README.org b/README.org
index b0a95f0..61f95af 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,7 @@ Hoplite is a JavaScript framework for building single-page web applications in t
 The Hoplite data model (data elements that participate in reactivity and are used to encode continuous program behaviors) consists of:
 
 - *atoms*: set of immutable primitive types in JavaScript (and encodable as JSON) that participate in ~===~ such as numbers, booleans, and strings.
-- *databases*: mutable sets of immutable *tuples* each containing one or more *atoms*. Despite their mutability, databases maintain have an identity given by contained tuples.
+- *databases*: mutable sets of immutable *tuples* each containing one or more *atoms*. Despite their mutability, databases maintain an identity given by contained tuples.
 
 =datalog.mjs= defines the data model and a Datalog engine for querying it.