Skip to content

Commit 2db51c7

Browse files
authored
1 parent 46e99d9 commit 2db51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Dart's most controversial feature is its ~~Optional Typing~~ Static Type safety
1717
import "dart:collection";
1818
import "dart:math" as math;
1919
import "dart:ffi" as ffi;
20-
import "dart:io" show Platform;
20+
import "dart:io" show Platform; // import only part of the library, see https://dart.dev/language/libraries#importing-only-part-of-a-library
2121
2222
/// Welcome to Learn Dart in 15 minutes. http://dart.dev/
2323
/// This is an executable tutorial. You can run it with Dart or on

0 commit comments

Comments
 (0)