Skip to content

Commit a2a94bb

Browse files
odmirKarthikRIyer
authored andcommitted
docs: Correct line in README.md (#109)
1 parent 6483eae commit a2a94bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ let y:[Float] = [10,120,500,800]
217217
let x1:[Float] = [100,200,361,672]
218218
let y1:[Float] = [150,250,628,800]
219219

220-
var agg_renderer = AGGRenderer = AGGRenderer()
220+
var agg_renderer: AGGRenderer = AGGRenderer()
221221
var lineGraph = LineGraph<Float,Float>()
222222
lineGraph.addSeries(x1, y1, label: "Plot 1", color: .lightBlue, axisType: .primaryAxis)
223223
lineGraph.addSeries(x, y, label: "Plot 2", color: .orange, axisType: .secondaryAxis)

0 commit comments

Comments
 (0)