From e83e02da2e4d4e7bb596fa632fcfc4760844533b Mon Sep 17 00:00:00 2001 From: Stephen Booth Date: Sat, 16 May 2026 08:50:30 -0600 Subject: [PATCH] Correct documentation comment for `timeEnd` --- taglib/matroska/matroskachapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/matroska/matroskachapter.h b/taglib/matroska/matroskachapter.h index df030d8a..2e5c7f61 100644 --- a/taglib/matroska/matroskachapter.h +++ b/taglib/matroska/matroskachapter.h @@ -153,7 +153,7 @@ namespace TagLib { Time timeStart() const; /*! - * Returns the timestamp of the start of the chapter in nanoseconds. + * Returns the timestamp of the end of the chapter in nanoseconds. */ Time timeEnd() const;