Skip to content

Commit 7d727cb

Browse files
committed
Add code formatting to ConvertZeroDateTime description.
1 parent 5283fb1 commit 7d727cb

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
@@ -271,7 +271,7 @@ These are the other options that MySqlConnector supports. They are set to sensib
271271
<tr>
272272
<td>Convert Zero Datetime, ConvertZeroDateTime</td>
273273
<td>false</td>
274-
<td>True to have MySqlDataReader.GetValue() and MySqlDataReader.GetDateTime() return DateTime.MinValue for date or datetime columns that have disallowed values.</td>
274+
<td>True to have <code>MySqlDataReader.GetValue()</code> and <code>MySqlDataReader.GetDateTime()</code> return <code>DateTime.MinValue</code> for date or datetime columns that have disallowed values.</td>
275275
</tr>
276276
<tr>
277277
<td>DateTimeKind</td>

0 commit comments

Comments
 (0)