mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[fix] typo
fix another typo
This commit is contained in:
parent
381d66fdef
commit
5530cc0e2e
@ -6,7 +6,7 @@ contributors:
|
||||
- ["Vince Ramces Oliveros", "https://github.com/ram231"]
|
||||
---
|
||||
|
||||
**Dart** is a single threaded, general purpose programming languages.
|
||||
**Dart** is a single threaded, general purpose programming language.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user