Skip to content

Commit 9800892

Browse files
all-your-base: Update outdated comment (#1730)
Update instructional comment to match changes from #469.
1 parent 8cf3858 commit 9800892

File tree

1 file changed

+1
-2
lines changed
  • exercises/practice/all-your-base/src

1 file changed

+1
-2
lines changed

exercises/practice/all-your-base/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ pub enum Error {
1212
/// A digit is any unsigned integer (e.g. u8, u16, u32, u64, or usize).
1313
/// Bases are specified as unsigned integers.
1414
///
15-
/// Return an `Err(.)` if the conversion is impossible.
16-
/// The tests do not test for specific values inside the `Err(.)`.
15+
/// Return the corresponding Error enum if the conversion is impossible.
1716
///
1817
///
1918
/// You are allowed to change the function signature as long as all test still pass.

0 commit comments

Comments
 (0)