mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
exercise/25 fix typo
This commit is contained in:
parent
b7f9711da4
commit
4259acb534
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub fn main() void {
|
|||
|
||||
fn addFive(n: u32) MyNumberError!u32 {
|
||||
//
|
||||
// This function needs to return any error which might come back from fix().
|
||||
// This function needs to return any error which might come back from detect().
|
||||
// Please use a "try" statement rather than a "catch".
|
||||
//
|
||||
var x = detect(n);
|
||||
|
|
Loading…
Reference in a new issue