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
...@@ -78,7 +78,7 @@ class ListDataType; ...@@ -78,7 +78,7 @@ class ListDataType;
class ReferenceDataType : public ProtoMessageWrapper<ProtoDataType> { class ReferenceDataType : public ProtoMessageWrapper<ProtoDataType> {
public: public:
[[nodiscard]] inline auto GetName() const noexcept -> const std::string & { [[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) { if (this->wrapped->data_type_case() == DataTypeCase::kListDataType) {
return this->wrapped->list_data_type().reference_data_type().name(); 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