aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/paradigm/object/inheritance.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/paradigm/object/inheritance.lux')
-rw-r--r--stdlib/source/lux/paradigm/object/inheritance.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/paradigm/object/inheritance.lux b/stdlib/source/lux/paradigm/object/inheritance.lux
index 9b384fd1d..d3eef515d 100644
--- a/stdlib/source/lux/paradigm/object/inheritance.lux
+++ b/stdlib/source/lux/paradigm/object/inheritance.lux
@@ -104,6 +104,6 @@
(|> reference
(p;after (s;this (' <keyword>)))))]
- [extension #extends]
- [inheritance #inherits]
+ [extension #super]
+ [inheritance #super]
)