From 50e93b165b1a000ff4cb360f61a06b738f44a589 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 13 Apr 2025 10:44:23 -0400 Subject: [PATCH] fix docstring --- gtsam/base/timing.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtsam/base/timing.h b/gtsam/base/timing.h index 5a96633db..35a67eba9 100644 --- a/gtsam/base/timing.h +++ b/gtsam/base/timing.h @@ -206,8 +206,8 @@ namespace gtsam { * (CPU time, number of times, wall time, time + children in seconds, min * time, max time) * - * @param addLineBreak Flag indicating if a line break should be added at - * the end. Only used at the top-leve. + * @param addLineBreak Flag indicating if a line break should be + * added at the end. Only used at the top-level. */ GTSAM_EXPORT void printCsvHeader(bool addLineBreak = false) const; @@ -217,8 +217,8 @@ namespace gtsam { * (CPU time, number of times, wall time, time + children in seconds, min * time, max time) * - * @param addLineBreak Flag indicating if a line break should be added at - * the end. Only used at the top-leve. + * @param addLineBreak Flag indicating if a line break should be + * added at the end. Only used at the top-level. */ GTSAM_EXPORT void printCsv(bool addLineBreak = false) const;