Skip to content

Commit 63454aa

Browse files
committed
only suggest free function syntax for now
1 parent 23b364d commit 63454aa

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)