diff --git a/Core/include/ACTFW/Framework/Sequencer.hpp b/Core/include/ACTFW/Framework/Sequencer.hpp
index cd3a19bea15bc079e1aea8dc7cd4a14d4ef4df94..679175df6f2196a0aa13144a8e0a60dffe0c743c 100644
--- a/Core/include/ACTFW/Framework/Sequencer.hpp
+++ b/Core/include/ACTFW/Framework/Sequencer.hpp
@@ -84,8 +84,10 @@ public:
   /// Run the event loop over the given number of events.
   ///
   /// @param events (optional) Number of events to process
-  /// @note The event number is optional, for the case that a reader determines
-  /// the event number
+  /// @note This parameter is optional when input is read from a file. In this
+  /// scenario, leaving it unset will process events until the end of the file,
+  /// and setting it will put an upper bound on the number of events to be
+  /// processed.
   /// @param skip Number of events to skip before processing
   ///
   /// This will run all configured algorithms for each event, potentially in