Browse Source

docs: fix function example

github-actions
Garrit Franke 3 years ago
parent
commit
f55040cc2b
  1. 2
      docs/concepts/functions.md

2
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() {

Loading…
Cancel
Save