We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08060f6 + 6db13be commit 06736aaCopy full SHA for 06736aa
docs/examples/type-conversion/type-converter-options/index.html
@@ -408,7 +408,7 @@ <h1 id="type-converter-options">Type Converter Options</h1>
408
Most type converters use <code>IFormattable.ToString</code> to write and <code>TryParse</code> to read.
409
Any option for these methods should be available through configuration.</p>
410
<h6 id="mapping-example">Mapping Example</h6>
411
-<pre><code class="language-cs">public sealed class FooMap : ClassMap\<Foo\>
+<pre><code class="language-cs">public sealed class FooMap : ClassMap<Foo>
412
{
413
public FooMap()
414
0 commit comments