diff options
author | Eduardo Julian | 2019-09-07 20:02:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-09-07 20:02:14 -0400 |
commit | 5f494b497e79bcea1d3c64d663ca5435bbf8ca2d (patch) | |
tree | 2a7ac78ae896042039e1311a14948026cbe66585 /stdlib/source/test | |
parent | 747abe180b2669b6af5779dcf39ab5a8b6ed11ed (diff) |
Renamed "Statement" to "Directive".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index e99cdb85a..c293985a4 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -110,7 +110,7 @@ ## [phase ## ["._" generation] ## [extension - ## ["._" statement]]] + ## ["._" directive]]] ## ["._default" cache]] ## [meta ## ["._meta" io |