aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/meta/annotation.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/meta/annotation.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/meta/annotation.lux b/stdlib/source/lux/meta/annotation.lux
index 3f0527f74..648119177 100644
--- a/stdlib/source/lux/meta/annotation.lux
+++ b/stdlib/source/lux/meta/annotation.lux
@@ -67,7 +67,7 @@
(-> Annotation Bit)
(..flagged? (name_of <tag>)))]
- [structure? #.struct?]
+ [implementation? #.implementation?]
[recursive_type? #.type-rec?]
[signature? #.sig?]
)