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

Commit e836fe7

Browse files
chuacwgregnazario
andauthored
Update functions.mdx (#979)
Fixed wrong wording: it's -> its Co-authored-by: Greg Nazario <[email protected]>
1 parent e3fbc92 commit e836fe7

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)