Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Update functions.md (#1065)
Browse files Browse the repository at this point in the history
Functions cannot start with '_'
  • Loading branch information
benbackend authored Jul 8, 2023
1 parent be821c5 commit ee12000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language/documentation/book/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Function names can start with letters `a` to `z` or letters `A` to `Z`. After th
fun FOO() {}
fun bar_42() {}
fun _bAZ19() {}
^^^^^^ Invalid function name '_bAZ19'. Function names cannot start with '_'
```

### Type Parameters
Expand Down

0 comments on commit ee12000

Please sign in to comment.