diff --git a/include/openPMD/backend/Attributable.hpp b/include/openPMD/backend/Attributable.hpp index c7b92b8b44..d1c5e8ae78 100644 --- a/include/openPMD/backend/Attributable.hpp +++ b/include/openPMD/backend/Attributable.hpp @@ -222,7 +222,8 @@ class Attributable * Indicates where this Attributable may be found within its Series. * Prefixed by the accessed object, e.g., * "iterations", "100", "meshes", "E", "x" - * Notice that RecordComponent::SCALAR is included in this list, too. + * Notice that RecordComponent::SCALAR does not get included in this + * list. */ std::vector group; Access access;