1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Update dart.html.markdown

Fix spacing
This commit is contained in:
Divay Prakash
2020-02-06 17:37:13 +05:30
committed by GitHub
parent 8eb11a89a7
commit 1b1ba1be6d

View File

@@ -9,7 +9,7 @@ contributors:
**Dart** is a single threaded, general puprose programming languages. **Dart** is a single threaded, general puprose programming languages.
It borrows a lot from other mainstream 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. 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). Dart's most controversial feature is its ~~Optional Typing~~ Static Type safety and [Sound Type checks](https://dart.dev/guides/language/sound-dart).