diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 12:34:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 12:34:22 +0200 |
commit | c36f9ac0f484741d50fe556107e8b284fbea5f8c (patch) | |
tree | 4bf1bf14c42b7554ef9d8ad3e13b1e4ed55766b0 | |
parent | c4fcf95610a4eb6a7a9e15d643e6f0811e49df59 (diff) | |
parent | 5530cc0e2e5960ab862beca3daaa3890f77a012b (diff) |
Merge pull request #3918 from sophiabrandt/patch-1
[dart/en] fix typos
-rw-r--r-- | dart.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index 2672dc6a..ee695d33 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -6,7 +6,7 @@ contributors: - ["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 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. |