Merge pull request #3918 from sophiabrandt/patch-1

[dart/en] fix typos
This commit is contained in:
Max Schumacher 2020-07-07 12:34:22 +02:00 committed by GitHub
commit c36f9ac0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 language.
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.