Skip to content

Commit eff609a

Browse files
committed
Use <code> formatting for TINYINT.
1 parent 49398b1 commit eff609a

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
@@ -336,7 +336,7 @@ These are the other options that MySqlConnector supports. They are set to sensib
336336
<tr>
337337
<td>Treat Tiny As Boolean, TreatTinyAsBoolean</td>
338338
<td>true</td>
339-
<td>When set to true, tinyint(1) values are returned as booleans. Setting this to false causes tinyint(1) to be returned as sbyte/byte.</td>
339+
<td>When set to <code>true</code>, <code>TINYINT(1)</code> values are returned as booleans. Setting this to <code>false</code> causes <code>TINYINT(1)</code> to be returned as sbyte/byte.</td>
340340
</tr>
341341
<tr>
342342
<td>Use Affected Rows, UseAffectedRows</td>

0 commit comments

Comments
 (0)