1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo

This commit is contained in:
ed 2019-07-15 11:09:20 +01:00
parent 251d1164ae
commit 38e640c5d5

View file

@ -1065,7 +1065,7 @@ public:
/** Returns a string containing a decimal with a set number of significant figures.
@param number the intput number
@param number the input number
@param numberOfSignificantFigures the number of significant figures to use
*/
template <typename DecimalType>