Fix comment.

This commit is contained in:
Stephen Chung 2022-08-10 13:15:34 +08:00
parent 4d7a4875f2
commit 464bc47052

View File

@ -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;