Skip to content

Commit

Permalink
Update ILineRadarChartDataSet.swift (#3366)
Browse files Browse the repository at this point in the history
Minor mistype fix
  • Loading branch information
Ewg777 authored and jjatie committed Mar 29, 2018
1 parent 7c4c16e commit 1a95a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public protocol ILineRadarChartDataSet: ILineScatterCandleRadarChartDataSet
/// Please note that this method uses the path clipping for drawing the filled area (with images, gradients and layers).
var drawFilledEnabled: Bool { get set }

/// - returns: `true` if filled drawing is enabled, `false` ifnot
/// - returns: `true` if filled drawing is enabled, `false` if not
var isDrawFilledEnabled: Bool { get }
}

0 comments on commit 1a95a1f

Please sign in to comment.