Skip to content

Commit 06736aa

Browse files
committed
Merge branch 'Keboo-patch-1'
2 parents 08060f6 + 6db13be commit 06736aa

File tree

1 file changed

+1
-1
lines changed
  • docs/examples/type-conversion/type-converter-options

1 file changed

+1
-1
lines changed

docs/examples/type-conversion/type-converter-options/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ <h1 id="type-converter-options">Type Converter Options</h1>
408408
Most type converters use <code>IFormattable.ToString</code> to write and <code>TryParse</code> to read.
409409
Any option for these methods should be available through configuration.</p>
410410
<h6 id="mapping-example">Mapping Example</h6>
411-
<pre><code class="language-cs">public sealed class FooMap : ClassMap\&lt;Foo\&gt;
411+
<pre><code class="language-cs">public sealed class FooMap : ClassMap&lt;Foo&gt;
412412
{
413413
public FooMap()
414414
{

0 commit comments

Comments
 (0)