Skip to content

Commit

Permalink
Fix grammar typo in XML doc (#28493)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Jul 22, 2022
1 parent bc519a7 commit 8152d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public string Password
/// <summary>
/// Gets or sets a value indicating whether to enable foreign key constraints. When true,
/// <c>PRAGMA foreign_keys = 1</c> is sent immediately after opening the connection. When false,
/// <c>PRAGMA foreign_keys = 0</c> is sent. When null, no pragma is sent. There is no need enable foreign
/// <c>PRAGMA foreign_keys = 0</c> is sent. When null, no pragma is sent. There is no need to enable foreign
/// keys if, like in e_sqlite3, SQLITE_DEFAULT_FOREIGN_KEYS was used to compile the native library.
/// </summary>
/// <value>A value indicating whether to enable foreign key constraints.</value>
Expand Down

0 comments on commit 8152d15

Please sign in to comment.