Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Mar 23, 2021
1 parent fdc2efc commit d6908a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestWithSwapChain(t *testing.T) {
defer swap.Chain(
swap.Bool(&myConfig.Foo, "test value"),
swap.Int(&myConfig.Bar, 42),
)
)()
// ...test cases...
}
```

0 comments on commit d6908a3

Please sign in to comment.