summaryrefslogtreecommitdiffhomepage
path: root/dart.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'dart.html.markdown')
-rw-r--r--dart.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown
index ffb30ef0..35aa8d98 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -10,7 +10,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration
Dart's most controversial feature must be its Optional Typing.
-```
+```dart
import "dart:collection";
import "dart:math" as DM;