Skip to content
Snippets Groups Projects
Commit d1d32888 authored by Andre Sailer's avatar Andre Sailer
Browse files

Geant4Context: fix typo in docstring

parent 9f29bd46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment