Fix comment.
This commit is contained in:
parent
4d7a4875f2
commit
464bc47052
@ -2,7 +2,7 @@
|
||||
|
||||
/// Initialize user-provided state (shadows system-provided state, if any).
|
||||
fn init() {
|
||||
// Add 'bool_state' and 'obj_state' as new state variables
|
||||
// Add 'bool_state' and 'value' as new state variables
|
||||
let bool_state = false;
|
||||
let value = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user