Skip to content

Commit

Permalink
Fix docstring for MyPath (#1587)
Browse files Browse the repository at this point in the history
Follow-up to #1154 which changed its behavior.
  • Loading branch information
franzpoeschel authored Jan 12, 2024
1 parent a3fe9b7 commit 7bb2948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/openPMD/backend/Attributable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> group;
Access access;
Expand Down

0 comments on commit 7bb2948

Please sign in to comment.