Skip to content

Commit

Permalink
Fix typo functions.md (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhhoa214 authored Dec 12, 2024
1 parent 0728315 commit 70e394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.build/2.smart-contracts/anatomy/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ These functions are marked as `private` in the contract's code, and can only be
<Block highlights='{"js": "15"}' fname="auction">

#### `decorator({privateFunction: true})`
Private functions are marked by setting `privateFunction: true` in the `@call` or `@initialization` decorators.
Private functions are marked by setting `privateFunction: true` in the `@call` or `@initialize` decorators.

</Block>

Expand Down

0 comments on commit 70e394f

Please sign in to comment.