From 381d66fdef4c2d3eb7096b49bb0c6704eb9b2a43 Mon Sep 17 00:00:00 2001 From: Sophia Brandt <16630701+sophiabrandt@users.noreply.github.com> Date: Mon, 27 Apr 2020 16:51:40 +0200 Subject: [fix] typo Fix typo in introductory paragraph. --- dart.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart.html.markdown b/dart.html.markdown index 2672dc6a..e5f6fad5 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 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. Dart can run in any platform such as Web, CLI, Desktop, Mobile and IoT devices. -- cgit v1.2.3 From 5530cc0e2e5960ab862beca3daaa3890f77a012b Mon Sep 17 00:00:00 2001 From: Sophia Brandt <16630701+sophiabrandt@users.noreply.github.com> Date: Mon, 27 Apr 2020 16:55:02 +0200 Subject: [fix] typo fix another typo --- dart.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart.html.markdown b/dart.html.markdown index e5f6fad5..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 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. -- cgit v1.2.3