diff --git a/README.md b/README.md index 7d1fb23..4558f76 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ Skip caller frames in helper functions. Similar to what you can do with `testing.TB().Helper()`. ```go -function startOven(degree int) { +func startOven(degree int) { log.Helper() log.Info("Starting oven", "degree", degree) }