We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db698 commit f07b904Copy full SHA for f07b904
topics/units.rst
@@ -154,7 +154,7 @@ units
154
// Get a list of unit types and their aliases
155
std::vector<std::string> getAllowedTypes();
156
// Get a list aliases for each type
157
- std::vector<std::string> getAllowedTypeAliaes(const std::string& type);
+ std::vector<std::string> getAllowedTypeAliases(const std::string& type);
158
// Get a list of unit name and their aliases for a given unit type
159
std::vector<std::string> getAllowedUnits(const std::string& type)
160
0 commit comments