1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

[fix] typo

Fix typo in introductory paragraph.
This commit is contained in:
Sophia Brandt
2020-04-27 16:51:40 +02:00
committed by GitHub
parent f21a011eb4
commit 381d66fdef

View File

@@ -6,7 +6,7 @@ contributors:
- ["Vince Ramces Oliveros", "https://github.com/ram231"] - ["Vince Ramces Oliveros", "https://github.com/ram231"]
--- ---
**Dart** is a single threaded, general puprose programming languages. **Dart** is a single threaded, general purpose 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.