Skip to content

Commit 8d8c8a3

Browse files
committed
Merge branch 'dev'
2 parents 1ce0f5a + 63454aa commit 8d8c8a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/templates/functions.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
AML have a few functions built-in and it's possible to add custom functions.
44

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
5+
A function should called as a free function: `to_upper("string")`
96

107
## `truncate(string, number)`
118

0 commit comments

Comments
 (0)