diff options
| -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 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; | 
