exercise/25 fix typo

This commit is contained in:
Palash Nigam 2021-02-12 13:09:30 +05:30
parent 0ad4a0b3db
commit beb5c6bb04
1 changed files with 1 additions and 1 deletions

View File

@ -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);