From 6b1e4e7e200fd2d5114a6bd9feb619e888a1a881 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 19 Apr 2024 18:58:37 +0200 Subject: [PATCH] Fix grammar and be more specific Co-authored-by: Andre Sailer --- doc/PIDHandler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PIDHandler.md b/doc/PIDHandler.md index af48232ee..0230c9e3a 100644 --- a/doc/PIDHandler.md +++ b/doc/PIDHandler.md @@ -10,7 +10,7 @@ features are - the retrieval meta information for a `ParticleIDCollection`, making it possible to e.g. retrieve the indices of parameters from parameter names - the possibility to invert the relation to `ReconstructedParticle`s, which - allows to, e.g. get all `ParticleID`s that point to one + allows one to, e.g. get all `ParticleID`s that point to a specific `ReconstructedParticle`. ## ParticleIDMeta basics