We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ce0f5a + 63454aa commit 8d8c8a3Copy full SHA for 8d8c8a3
src/templates/functions.md
@@ -2,10 +2,7 @@
2
3
AML have a few functions built-in and it's possible to add custom functions.
4
5
-A function can either be called as a member function: `"string".to_upper()` or a
6
-free function: `to_upper("string")`
7
-
8
-Do note that calling a function as a member function on a collection
+A function should called as a free function: `to_upper("string")`
9
10
## `truncate(string, number)`
11
0 commit comments