Fix typo in CLAUDE.md: "Source is" -> "Source of truth is"

This commit is contained in:
2026-05-10 11:14:18 +02:00
parent 7e373a8eab
commit 8a09d52e8f
+2 -2
View File
@@ -2,8 +2,8 @@
AILang's only author is an LLM, not a human. It is designed for: AILang's only author is an LLM, not a human. It is designed for:
- **Machine readability over human readability.** Source is structured - **Machine readability over human readability.** Source of truth is
data (`.ail.json`), not text. structured data (`.ail.json`), not text.
- **Local reasoning.** Every definition carries its full type and - **Local reasoning.** Every definition carries its full type and
effect set, so a signature can be trusted without reading the body. effect set, so a signature can be trusted without reading the body.
- **Provability.** Pure core, explicit algebraic effects. - **Provability.** Pure core, explicit algebraic effects.