diff --git a/docs/concepts/functions.md b/docs/concepts/functions.md index ae9c062..b433359 100644 --- a/docs/concepts/functions.md +++ b/docs/concepts/functions.md @@ -7,7 +7,7 @@ Sabre code uses snake_case as the conventional style for function and variable n ``` fn main() { println("Hello, world!") - anotherFunction() + another_function() } fn another_function() {