diff --git a/docs/content/en/docs/Other engines/vm.md b/docs/content/en/docs/Other engines/vm.md index 9a0b6565..28cc56eb 100644 --- a/docs/content/en/docs/Other engines/vm.md +++ b/docs/content/en/docs/Other engines/vm.md @@ -162,5 +162,5 @@ Future> 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`.