Explorar o código

Merge pull request #6346 from phanirithvij/patch-1

fix dart example readme typo
Yilun Chong %!s(int64=6) %!d(string=hai) anos
pai
achega
2d61b9edd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -135,7 +135,7 @@ Build the Dart samples in this directory with `make dart`.
 To run the examples:
 
 ```sh
-$ dart add_person.dart addessbook.data
+$ dart add_person.dart addressbook.data
 $ dart list_people.dart addressbook.data
 ```