Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 58680da

Browse files
authored
Update functions.mdx
Fixed wrong wording: it's -> its
1 parent 90de147 commit 58680da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextra/pages/en/build/smart-contracts/book/functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ struct S has key {
773773

774774
### Operations on Functions
775775

776-
A function value is evaluated by providing the corresponding number of parameters, similar as when calling a named function. During evaluation, the function value is *consumed*. Hence if the value needs to be evaluated multiple times, it's type must have the `copy` ability:
776+
A function value is evaluated by providing the corresponding number of parameters, similar as when calling a named function. During evaluation, the function value is *consumed*. Hence if the value needs to be evaluated multiple times, its type must have the `copy` ability:
777777

778778
```move
779779
let f: |u64|bool has copy = |x| x > 0;

0 commit comments

Comments
 (0)