Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
removed dupe `=` from `ISeries[]` example
  • Loading branch information
dpmaddy authored Nov 19, 2024
1 parent 5353fa4 commit b016085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/piechart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace ViewModelsSamples.Pies.Basic
Series="series">
&lt;/PieChart></code></pre>

<pre><code>private ISeries[] series = = new ISeries[]
<pre><code>private ISeries[] series = new ISeries[]
{
new PieSeries&lt;double> { Values = new double[] { 2 } },
new PieSeries&lt;double> { Values = new double[] { 4 } },
Expand Down

0 comments on commit b016085

Please sign in to comment.