design-md-consolidation 1.2 fixup: trim trailing whitespace on DESIGN.md:33

This commit is contained in:
2026-05-10 11:43:41 +02:00
parent e6821d873d
commit ef8c983720
+1 -1
View File
@@ -30,7 +30,7 @@ evolving in lockstep with the language:
the LLM-facing renderings of a module. `ailang-surface` (Iter 14c)
is the lossless Form-A printer/parser — the canonical authoring
surface fixed by Decision 6, with a round-trip property
`parse ∘ print = id` gating every release. `ailang-prose`
`parse ∘ print = id` gating every release. `ailang-prose`
is the lossy Form-B projection — human-readable prose for review and
edit, with no parser; re-integration goes through the
LLM-mediator round-trip documented in `docs/PROSE_ROUNDTRIP.md`.