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

Updated some incorrect documentation in ValueWithDefault

This commit is contained in:
ed 2020-02-20 09:32:44 +00:00
parent fde098133a
commit c2c98d3fdb

View file

@ -31,7 +31,7 @@ namespace juce
/**
This class acts as a wrapper around a property inside a ValueTree.
If the property inside the ValueTree is missing or empty the ValueWithDefault will automatically
If the property inside the ValueTree is missing the ValueWithDefault will automatically
return a default value, which can be specified when initialising the ValueWithDefault.
@tags{DataStructures}
@ -89,7 +89,7 @@ public:
}
//==============================================================================
/** Returns the current value of the property. If the property does not exist or is empty,
/** Returns the current value of the property. If the property does not exist this
returns the default value.
*/
var get() const noexcept