Skip to content

Commit

Permalink
Typo in comment (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorscott committed Dec 31, 2021
1 parent def598c commit 75b018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squirrel_ctx.go
Expand Up @@ -32,7 +32,7 @@ type QueryRowerContext interface {
QueryRowContext(ctx context.Context, query string, args ...interface{}) RowScanner
}

// RunnerContext groups the Runner interface, along with the Contect versions of each of
// RunnerContext groups the Runner interface, along with the Context versions of each of
// its methods
type RunnerContext interface {
Runner
Expand Down

0 comments on commit 75b018d

Please sign in to comment.