Merge pull request #9 from palash25/typo2

exercise/25 fix typo
This commit is contained in:
Dave Gauer 2021-02-12 10:43:00 -05:00 committed by GitHub
commit d507cfc962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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