Skip to content

Commit 377adc8

Browse files
authored
Merge pull request #1043 from jsilvanus/patch-1
Update SQLiteAsync.cs
2 parents a678bbe + 7d79fe8 commit 377adc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SQLiteAsync.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ public Task<int> CreateIndexAsync<T> (Expression<Func<T, object>> property, bool
460460
}
461461

462462
/// <summary>
463-
/// Inserts the given object and retrieves its
464-
/// auto incremented primary key if it has one.
463+
/// Inserts the given object and (and updates its
464+
/// auto incremented primary key if it has one).
465465
/// </summary>
466466
/// <param name="obj">
467467
/// The object to insert.

0 commit comments

Comments
 (0)