diff options
| -rw-r--r-- | haxe.html.markdown | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/haxe.html.markdown b/haxe.html.markdown index 293cb2a0..ba6c464a 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -489,6 +489,7 @@ class LearnHaxe3{          SimpleEnumTest.example();          ComplexEnumTest.example();          TypedefsAndStructuralTypes.example(); +        UsingExample.example();      }  | 
