Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 16, 2024
1 parent feccd34 commit 6540acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoko/minimal-counter-dapp/src/minimal_dapp/main.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
actor {

stable counter : Nat = 0;
stable var counter : Nat = 0;

public func count() : async Nat {
counter += 1;
Expand Down

0 comments on commit 6540acd

Please sign in to comment.