Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ Notes:
* C's bit fields on `struct`s are undefined and are not portable across targets and compilers

### Procedure type
A procedure type is internally a pointer to a procedure in memory. `nil` is the zero value a procedure type.
A procedure type is internally a pointer to a procedure in memory. `nil` is the zero value of a procedure type.

Examples:
```odin
Expand Down