Skip to content

Commit 71a432a

Browse files
committed
Fix typo in anchor.
1 parent 4c141a4 commit 71a432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/connection-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ These are the other options that MySqlConnector supports. They are set to sensib
394394
<td>false</td>
395395
<td>When <code>false</code> (default), the connection reports found rows instead of changed (affected) rows. Set to <code>true</code> to report only the number of rows actually changed by <code>UPDATE</code> or <code>INSERT … ON DUPLICATE KEY UPDATE</code> statements.</td>
396396
</tr>
397-
<tr id="UsaXaTransactions">
397+
<tr id="UseXaTransactions">
398398
<td>Use XA Transactions, UseXaTransactions</td>
399399
<td>true</td>
400400
<td>When <code>true</code> (default), using <code>TransactionScope</code> or <code>MySqlConnection.EnlistTransaction</code>

0 commit comments

Comments
 (0)