Skip to content

Commit ae69f42

Browse files
Update exercises/03_if/if1.rs
Co-authored-by: liv <shadows@with.al>
1 parent 1da82a0 commit ae69f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03_if/if1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
pub fn bigger(a: i32, b: i32) -> i32 {
88
// Complete this function to return the bigger number!
9-
// If both numbers are equal, any of them is returned.
9+
// If both numbers are equal, any of them can be returned.
1010
// Do not use:
1111
// - another function call
1212
// - additional variables

0 commit comments

Comments
 (0)