Skip to content

Commit 595241e

Browse files
authored
Fix spelling
Fix spelling
1 parent 0dae4fe commit 595241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx_context_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ func TestUsageContext(t *testing.T) {
984984
person := &Person{}
985985
err = db.GetContext(ctx, person, "SELECT * FROM person WHERE first_name=$1", "does-not-exist")
986986
if err == nil {
987-
t.Fatal("Should have got an error for Get on non-existant row.")
987+
t.Fatal("Should have got an error for Get on non-existent row.")
988988
}
989989

990990
// lets test prepared statements some more

0 commit comments

Comments
 (0)