Skip to content

Commit

Permalink
fix param (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetotechy authored Aug 28, 2023
1 parent 9535140 commit 5c3193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-sharing/global-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use a `primitive`.

```pony
primitive Doubler
fun apply(U64: num): U64 =>
fun apply(num: U64): U64 =>
num * 2
```

Expand Down

0 comments on commit 5c3193a

Please sign in to comment.