mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
missing return type from example in 069
This commit is contained in:
parent
be2b98f404
commit
0efd9340f0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
// One of the more common uses of 'comptime' function parameters is
|
// One of the more common uses of 'comptime' function parameters is
|
||||||
// passing a type to a function:
|
// passing a type to a function:
|
||||||
//
|
//
|
||||||
// fn foo(comptime MyType: type) { ... }
|
// fn foo(comptime MyType: type) void { ... }
|
||||||
//
|
//
|
||||||
// In fact, types are ONLY available at compile time, so the
|
// In fact, types are ONLY available at compile time, so the
|
||||||
// 'comptime' keyword is required here.
|
// 'comptime' keyword is required here.
|
||||||
|
|
Loading…
Reference in a new issue