Skip to content

Commit

Permalink
Typo error (#4535)
Browse files Browse the repository at this point in the history
"The" was spelled wrongly as "Fhe"
  • Loading branch information
AymericRT authored May 11, 2024
1 parent 7ce8dea commit 43d229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/writing-motoko/actors-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Consider the following actor declaration:

The `Counter` actor declares one field and three public, shared functions:

- Fhe field `count` is mutable, initialized to zero and implicitly `private`.
- The field `count` is mutable, initialized to zero and implicitly `private`.

- Function `inc()` asynchronously increments the counter and returns a future of type `async ()` for synchronization.

Expand Down

0 comments on commit 43d229f

Please sign in to comment.