about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--018type_abbreviations.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/018type_abbreviations.cc b/018type_abbreviations.cc
index 60044a28..82f5c1ca 100644
--- a/018type_abbreviations.cc
+++ b/018type_abbreviations.cc
@@ -8,7 +8,6 @@ def main [
 +run: {a: "number"} <- copy {34: "literal"}
 
 //:: Allow type abbreviations to be defined in mu code.
-//: For now you can't use abbreviations inside abbreviations.
 
 :(before "End Globals")
 map<string, type_tree*> Type_abbreviations, Type_abbreviations_snapshot;