Formatting

This commit is contained in:
Anton Dyudin 2014-11-20 16:56:18 -08:00 committed by Anton Dyudin
parent f811ba7960
commit 5e0cd65314

View File

@ -651,7 +651,7 @@ runtime systems that use a design pattern we call a `core`.
#### u3j: core structure
A core is no more than a cell `[code data]`, in which a `code` is
either a Nock formula or a cell of codes, and `data` is anything.
either a Nock formula or a cell of `code`s, and `data` is anything.
In a proper core, the subject each formula expects is the core
itself.