Skip to content

Commit

Permalink
Minor fix on API doc
Browse files Browse the repository at this point in the history
Found this warning in XCode 8.3.1
  • Loading branch information
antonio081014 committed Apr 11, 2017
1 parent 5997bbe commit a051fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/CPTAxis.m
Expand Up @@ -1426,7 +1426,7 @@ NSDecimal CPTNiceNum(NSDecimal x)
/**
* @internal
* @brief Determines a @quote{nice} range length (a multiple of @num{2}, @num{5}, or @num{10}) less than or equal to the given length.
* @param x The length to round.
* @param length The length to round.
*/
NSDecimal CPTNiceLength(NSDecimal length)
{
Expand Down

0 comments on commit a051fb4

Please sign in to comment.