summaryrefslogtreecommitdiffhomepage
path: root/dart.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2020-02-06 17:37:13 +0530
committerGitHub <noreply@github.com>2020-02-06 17:37:13 +0530
commit1b1ba1be6d2ed0c13b4b058ca78f57061186b355 (patch)
tree69dd8b7a255686f7022b9559d5436b5fa4c6df86 /dart.html.markdown
parent8eb11a89a7fc84dde15544c6f7ec99a8f44b0c9f (diff)
Update dart.html.markdown
Fix spacing
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 e6c66332..2672dc6a 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -9,7 +9,7 @@ contributors:
**Dart** is a single threaded, general puprose programming languages.
It borrows a lot from other mainstream languages.
It supports Streams, Futures(known as Promises in JavaScript), Generics, First-class functions(closures) and static type checking.
-Dart can run in any platform such as Web, CLI,Desktop, Mobile and IoT devices.
+Dart can run in any platform such as Web, CLI, Desktop, Mobile and IoT devices.
Dart's most controversial feature is its ~~Optional Typing~~ Static Type safety and [Sound Type checks](https://dart.dev/guides/language/sound-dart).