Skip to content
Snippets Groups Projects
Commit df4efa18 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

typo

parent f4ed997d
No related branches found
No related tags found
2 merge requests!14ENH: New functions getEnumNameFromValue() and getEnumValueFromName(),!12F consolidation
Pipeline #12262 failed
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
......@@ -78,7 +78,7 @@ class ListDataType;
class ReferenceDataType : public ProtoMessageWrapper<ProtoDataType> {
public:
[[nodiscard]] inline auto GetName() const noexcept -> const std::string & {
// is list of refrence?
// is list of reference?
if (this->wrapped->data_type_case() == DataTypeCase::kListDataType) {
return this->wrapped->list_data_type().reference_data_type().name();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment