Skip to content

Commit

Permalink
Removes comment about non-existent method
Browse files Browse the repository at this point in the history
IValueFormatter had a comment suggesting that you can override the getFormattedValue(…) method but that method doesn’t exist. The comment has been removed.
  • Loading branch information
JCMcLovin committed Jun 13, 2018
1 parent 0d33db4 commit 50805d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Formatters/IValueFormatter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
///
/// Simply create your own formatting class and let it implement ValueFormatter.
///
/// Then override the getFormattedValue(...) method and return whatever you want.

@objc(IChartValueFormatter)
public protocol IValueFormatter: class
{
Expand Down

0 comments on commit 50805d1

Please sign in to comment.