diff options
Diffstat (limited to 'dart.html.markdown')
-rw-r--r-- | dart.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index dc228d16..4d415e27 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 +```javascript import "dart:collection"; import "dart:math" as DM; |