Skip to content

Commit 72effbe

Browse files
authored
Merge pull request #899 from dawedawe/patch-1
Minor comment fix
2 parents eb917c2 + bd1aade commit 72effbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SQLite.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,8 @@ public partial class SQLiteConnection : IDisposable
194194
public bool TimeExecution { get; set; }
195195

196196
/// <summary>
197-
/// Whether to writer queries to <see cref="Tracer"/> during execution.
197+
/// Whether to write queries to <see cref="Tracer"/> during execution.
198198
/// </summary>
199-
/// <value>The tracer.</value>
200199
public bool Trace { get; set; }
201200

202201
/// <summary>

0 commit comments

Comments
 (0)