Skip to content

Commit

Permalink
fix go reference
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Oct 7, 2024
1 parent 49d6574 commit 4ec3c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/advanced/17-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface to execute arbitrary code in a branched store. This is useful for exe
that needs to make changes to the store, but may need to be rolled back if an error occurs.
Below is a contrived example based on the `x/epoch` module's BeginBlocker logic.

```go reference
```go
func (k Keeper) BeginBlocker(ctx context.Context) error {
err := k.EpochInfo.Walk(
// ...
Expand Down

0 comments on commit 4ec3c6d

Please sign in to comment.