From 7e20a496555d439c8ff1946d461b4794fd844117 Mon Sep 17 00:00:00 2001 From: Bill Yeh Date: Fri, 20 Nov 2020 22:04:53 -0800 Subject: [PATCH] Fix typo: s/aller/all --- docs/content/en/docs/Other engines/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.