Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
asheikm authored Oct 5, 2018
1 parent 595241e commit 88d9b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ func TestUsage(t *testing.T) {
person := &Person{}
err = db.Get(person, "SELECT * FROM person WHERE first_name=$1", "does-not-exist")
if err == nil {
t.Fatal("Should have got an error for Get on non-existant row.")
t.Fatal("Should have got an error for Get on non-existent row.")
}

// lets test prepared statements some more
Expand Down

0 comments on commit 88d9b3d

Please sign in to comment.