Commit d64a9f5346016fab77ad8e976b0957f479f574be

Thomas de Grivel 2025-04-19T14:24:09

document Facts

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/1_KC3/1.25_Facts.en.md b/doc/1_KC3/1.25_Facts.en.md
index d4dbab6..6dcaaa0 100644
--- a/doc/1_KC3/1.25_Facts.en.md
+++ b/doc/1_KC3/1.25_Facts.en.md
@@ -1,7 +1,7 @@
 # 1.25 Facts
 
 Facts are triples in the form `{subject, relation, object}`.
-They are stored in a database. To create a database
+They are stored in a database. To create an empty database
 call `Facts.database()`. To query the environment database
 (global database with all program symbols and operators) use
 `Facts.env_db()`.