Browse Source

Updated some incorrect documentation in ValueWithDefault

tags/2021-05-28
ed 5 years ago
parent
commit
c2c98d3fdb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_data_structures/values/juce_ValueWithDefault.h

+ 2
- 2
modules/juce_data_structures/values/juce_ValueWithDefault.h 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


Loading…
Cancel
Save