diff options
author | Eduardo Julian | 2018-07-21 02:57:44 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-21 02:57:44 -0400 |
commit | 35b77d1ae1e0e4d59f8341089b12c0043abaddd8 (patch) | |
tree | 65d68583f1d694a8c80d2742c77aab68092bb947 /stdlib/source/lux/compiler/meta/cache.lux | |
parent | 660c7fe6af927c6e668a86e44fd2f0a9b1fb8b8b (diff) |
Re-named "Ident" to "Name".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/compiler/meta/cache.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/compiler/meta/cache.lux b/stdlib/source/lux/compiler/meta/cache.lux index eb702c0da..fe9a32266 100644 --- a/stdlib/source/lux/compiler/meta/cache.lux +++ b/stdlib/source/lux/compiler/meta/cache.lux @@ -99,7 +99,7 @@ ## Load (def: signature (Format Signature) - ($_ binary.seq binary.ident binary.text)) + ($_ binary.seq binary.name binary.text)) (def: descriptor (Format Descriptor) |