From 85c48268aca73d5c1ab9a938ea5457f6effb7e2b Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Mon, 16 Sep 2024 09:30:00 +0300 Subject: [PATCH] fix changelog spelling --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e5a96a26..cc8c053d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,13 +3,13 @@ Changelog 2.2.13 ^^^^^^ - Mid-row codes only add spaces only if there isn't one before. -- Mid-row codes add spaces only if affects the text in the same row (not adding if it follows break or PACS). +- Mid-row codes add spaces only if they affect the text in the same row (not adding if it follows break or PACS). - Remove spaces to the end of the lines. - Close italics on receiving another style setting command. -- Throw an CaptionReadNoCaptions error in case of empty input file are provided +- Throw an CaptionReadNoCaptions error in case of empty input file are provided. - Ignore repositioning commands which are not followed by any text before breaks. -- Mid-row codes will not add the space if is in front of punctuation. -- Fix a bug with background codes when InstructionNodeCreator collection is empty. +- Mid-row codes will not add the space if it is in front of punctuation. +- Fix a bug with background codes when the InstructionNodeCreator collection is empty. - Fix a bug WebVTT writer adding double line breaks. 2.2.12