Skip to content

Commit dd790ce

Browse files
authored
Update 651-language-func.markdown
1 parent b8d20b1 commit dd790ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/reference/651-language-func.markdown

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

33
> FUNC foo (a, b)
44
5-
Declares a function. Return a value by assigning a variable with the same name as the function or by using `RETURN`.
5+
Declares a function. Return a value by assigning a variable with the same name as the function or by using RETURN.
66

77
### Example 1:
88

0 commit comments

Comments
 (0)