summaryrefslogtreecommitdiffhomepage
path: root/haxe.html.markdown
diff options
context:
space:
mode:
authorJustin Donaldson <jdonaldson@gmail.com>2013-08-21 22:36:45 -0700
committerJustin Donaldson <jdonaldson@gmail.com>2013-08-21 22:36:45 -0700
commit93adb27cc6e1adab29c3f7af98e25ef727ee9369 (patch)
treee061977d9f445d34b7e24e9479910f460bd5ca1e /haxe.html.markdown
parent580f1a4fe0df112b89cf29d74e3cc765cd660cd9 (diff)
invoke the using example method
Diffstat (limited to 'haxe.html.markdown')
-rw-r--r--haxe.html.markdown1
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();
}