Skip to content

Commit

Permalink
chore(docs): updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
razshare committed Feb 25, 2024
1 parent 0e113bf commit 001f8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/28.goffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {}

//export DoubleIt
func DoubleIt(x int) int {
return x * 2
return x * 2
}
```

Expand Down

0 comments on commit 001f8a2

Please sign in to comment.