diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 03:35:35 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 03:35:35 -0800 |
| commit | 756c1f718ee427d89e5fdbfae00f760b89f793eb (patch) | |
| tree | c2787f6bb37c9e48cc5b483a5549ce65c0d1e8a3 /lib/operators.nom | |
| parent | 9d8c7014416b6cffae66497b1c923f862fe6aa1a (diff) | |
Renamed "require %" to "use %"
Diffstat (limited to 'lib/operators.nom')
| -rw-r--r-- | lib/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/operators.nom b/lib/operators.nom index f576e40..d57c061 100644 --- a/lib/operators.nom +++ b/lib/operators.nom @@ -1,4 +1,4 @@ -require "lib/metaprogramming.nom" +use "lib/metaprogramming.nom" # Literals compile [true, yes] to: "true" |
