We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb917c2 + bd1aade commit 72effbeCopy full SHA for 72effbe
src/SQLite.cs
@@ -194,9 +194,8 @@ public partial class SQLiteConnection : IDisposable
194
public bool TimeExecution { get; set; }
195
196
/// <summary>
197
- /// Whether to writer queries to <see cref="Tracer"/> during execution.
+ /// Whether to write queries to <see cref="Tracer"/> during execution.
198
/// </summary>
199
- /// <value>The tracer.</value>
200
public bool Trace { get; set; }
201
202
0 commit comments