Skip to content

Commit

Permalink
Update arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Mahsa Moosavi <mahsa.msv1991@gmail.com>
  • Loading branch information
Jason-W123 and mahsamoosavi committed Oct 17, 2023
1 parent 1e8b395 commit 4b5f850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ type ArbSys struct {
}
```

Then add the event to `SayHi` method:
Then add the event to the `SayHi` method:

```go
func (con *ArbSys) SayHi(c ctx, evm mech) (string, error) {
Expand Down

0 comments on commit 4b5f850

Please sign in to comment.