Skip to content

Commit

Permalink
Geant4Context: fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jul 18, 2023
1 parent 7216584 commit f54f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/include/DDG4/Geant4Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace dd4hep {
* the user framework.
* - The access to the dd4hep objects is via the Geant4Context::detectorDescription() call,
* - the access to DDG4 as a whole is supported via Geant4Context::kernel() and
* - the access to the user gframework using a specialized implementation of:
* - the access to the user framework using a specialized implementation of:
* template <typename T> T& userFramework() const;
*
* A user defined implementations must be specialized somewhere in a compilation unit
Expand Down

0 comments on commit f54f6f9

Please sign in to comment.