Skip to content

Commit b029393

Browse files
committed
core: Fix comment error
1 parent 939431e commit b029393

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SQLite.Net/SQLiteConnection.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,9 +1739,6 @@ public int DeleteAll<T>()
17391739
/// <returns>
17401740
/// The number of objects deleted.
17411741
/// </returns>
1742-
/// <typeparam name='T'>
1743-
/// The type of objects to delete.
1744-
/// </typeparam>
17451742
[PublicAPI]
17461743
public int DeleteAll(Type t)
17471744
{

0 commit comments

Comments
 (0)