diff options
author | Joao Pedrosa <joaopedrosa@gmail.com> | 2013-06-29 00:26:03 -0300 |
---|---|---|
committer | Joao Pedrosa <joaopedrosa@gmail.com> | 2013-06-29 00:26:03 -0300 |
commit | 8881d2571de449a69cbbddf1d6a0af93f0f3a38d (patch) | |
tree | b4171f0220013c010f554cc8aca7f56cd4b54a4d /dart.html.markdown | |
parent | f48ea85cc20d57dc5e7c56f72d416bacc3b7820a (diff) |
Add Dart prefix to markdown.
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 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; |