diff --git a/internal/core/src/common/Types.h b/internal/core/src/common/Types.h index 447792caf0..f58a488322 100644 --- a/internal/core/src/common/Types.h +++ b/internal/core/src/common/Types.h @@ -97,7 +97,7 @@ struct RetrieveResult { using RetrieveResultPtr = std::shared_ptr; namespace impl { -// hide identifier name to make auto completion happy +// hide identifier name to make auto-completion happy struct FieldIdTag; struct FieldNameTag; struct FieldOffsetTag;