From 2a887480d16d77d7a717a38fabb29a563954ade1 Mon Sep 17 00:00:00 2001 From: Ho Chin Chee Date: Fri, 27 Dec 2019 11:21:13 +0800 Subject: Update dart.html.markdown --- dart.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart.html.markdown b/dart.html.markdown index 07f755f7..f8fb06fc 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -211,7 +211,7 @@ example14() { // statically typed null can not be convert to bool var c = "abc"; c = null; - // complie failed + // compile failed // if (c) { // print("true, c is $c"); // } else { -- cgit v1.2.3