Skip to content

Commit 944093d

Browse files
authored
Merge pull request #2276 from alexanderluettig/patch-1
Fixed typo in custom-type-conversion example
2 parents e8e9e15 + 1b521a6 commit 944093d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h6 id="data">Data</h6>
415415
<h6 id="example">Example</h6>
416416
<pre><code class="language-cs">void Main()
417417
{
418-
using (var reader = new new StreamReader(&quot;path\\to\\file.csv&quot;))
418+
using (var reader = new StreamReader(&quot;path\\to\\file.csv&quot;))
419419
using (var csv = new CsvReader(reader, CultureInfo.InvariantCulture))
420420
{
421421
// Register globally.

0 commit comments

Comments
 (0)