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:
parent
fde098133a
commit
c2c98d3fdb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue