Skip to content
Snippets Groups Projects
Verified Commit 7a8ea203 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo in docs

parent cca93e95
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ detector_module = getmodule(det, 3, 15)
Each optical module consists of PMTs, which can be access using the `getpmts(m::DetectorModule)` function:
```@example 1
getpmts(det)
getpmts(detector_module)
```
To access a specific PMT with a given channel ID (TDC ID), use the
......
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