Skip to content

Commit

Permalink
Fix panic message
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Nov 16, 2024
1 parent a4e87b6 commit 9e82734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/isbn-verifier/src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub fn is_valid(isbn: ByteArray) -> bool {
panic!("implement `is_valid_isbn`")
panic!("implement `is_valid`")
}

0 comments on commit 9e82734

Please sign in to comment.