From 6643e9202ea238e95dde4e2ef0a371c337ba31a0 Mon Sep 17 00:00:00 2001 From: Tery Lim Date: Wed, 6 Apr 2022 11:58:37 +1200 Subject: [PATCH] docs: fix typo in README (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63982e6..2852291e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ class Person { } ``` -We can create create instances of `Person` like so: +We can create instances of `Person` like so: ```dart void main() {