From 1c1b624078e6c947c31bbd97272e684911370af4 Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:26:14 +0100 Subject: [PATCH] docs: remove copy-paste relics in comment in RPStepsWriter (#1192) --- .../include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Io/Root/include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp b/Examples/Io/Root/include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp index 1b35cf3ba62..e594a0c0523 100644 --- a/Examples/Io/Root/include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp +++ b/Examples/Io/Root/include/ActsExamples/Io/Root/RootPropagationStepsWriter.hpp @@ -23,7 +23,7 @@ using PropagationSteps = std::vector; /// @class RootPropagationStepsWriter /// /// Write out the steps of test propgations for stepping validation, -/// each step sequence is one entry in the in the root file for optimised +/// each step sequence is one entry in the root file for optimised /// data writing speed. /// The event number is part of the written data. ///