Skip to content

Commit

Permalink
Volumes: fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Dec 10, 2024
1 parent c772acc commit f0171f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/Volumes.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ namespace dd4hep {
/// If we import volumes from external sources, we have to attach the extensions to the tree
Volume& import();

/// Divide volume into subsections (See the ROOT manuloa for details)
/// Divide volume into subsections (See the ROOT manual for details)
Volume divide(const std::string& divname, int iaxis, int ndiv, double start, double step, int numed = 0, const char* option = "");
/** Daughter placements with auto-generated copy number for the daughter volume */
/// Place daughter volume. The position and rotation are the identity
Expand Down

0 comments on commit f0171f5

Please sign in to comment.