Skip to content

Commit abe49d7

Browse files
committed
Fix typo
1 parent 0f37cfb commit abe49d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func Test_Changeset_OneRow(t *testing.T) {
104104
}
105105
}()
106106

107-
// Attach to the table, insert a row, and capture the iunserted row in a changeset.
107+
// Attach to the table, insert a row, and capture the inserted row in a changeset.
108108
err = session.AttachSession("test_table")
109109
if err != nil {
110110
t.Fatalf("Failed to attach session to table: %v", err)

0 commit comments

Comments
 (0)