Skip to content

Commit f07b904

Browse files
The9CatCopilot
andauthored
Update topics/units.rst
Co-authored-by: Copilot <[email protected]>
1 parent 69db698 commit f07b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/units.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ units
154154
// Get a list of unit types and their aliases
155155
std::vector<std::string> getAllowedTypes();
156156
// Get a list aliases for each type
157-
std::vector<std::string> getAllowedTypeAliaes(const std::string& type);
157+
std::vector<std::string> getAllowedTypeAliases(const std::string& type);
158158
// Get a list of unit name and their aliases for a given unit type
159159
std::vector<std::string> getAllowedUnits(const std::string& type)
160160

0 commit comments

Comments
 (0)