Fix typo: s/aller/all

This commit is contained in:
Bill Yeh 2020-11-20 22:04:53 -08:00 committed by GitHub
parent bac3781a44
commit 7e20a49655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,5 +162,5 @@ Future<List<Coordinate>> findNearby(Coordinate center, int radius) {
}
```
Aller the other functions are available under a similar name (`sqlSin`, `sqlCos`, `sqlAtan` and so on).
All the other functions are available under a similar name (`sqlSin`, `sqlCos`, `sqlAtan` and so on).
They have that `sql` prefix to avoid clashes with `dart:math`.