We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bb89c commit c11ed1fCopy full SHA for c11ed1f
docs/develop/contracts/rust/intro.md
@@ -397,7 +397,7 @@ mod tests {
397
contract.increment();
398
contract.reset();
399
println!("Value after reset: {}", contract.get_num());
400
- // confirm that we received -1 when calling get_num
+ // confirm that we received 0 when calling get_num
401
assert_eq!(0, contract.get_num());
402
}
403
0 commit comments