From: Steve Hancock Date: Fri, 26 May 2023 17:50:30 +0000 (-0700) Subject: fix spelling X-Git-Tag: 20230309.03~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91a535a298f826868dacdae117cb27f76ca47fea;p=perltidy.git fix spelling --- diff --git a/docs/ci_update.md b/docs/ci_update.md index b0541bb9..e5bdc7ad 100644 --- a/docs/ci_update.md +++ b/docs/ci_update.md @@ -31,7 +31,7 @@ This update moves this coding downstream in the processing pipeline, where the entire file is accessible with full data structures, and this allows several improvements to be made. These mainly involve either (1) the continuation indentation assigned to comments in unusual circumstances, or (2) the -indenation of complex ternary expressions. Some examples are as follows. +indentation of complex ternary expressions. Some examples are as follows. ## Block comment indentation changes before closing braces, brackets and parens @@ -95,7 +95,7 @@ brace, and there are some comments before the closing ``if`` block brace. The previous logic had a limited look-ahead ability, and in this case the continuation indentation of the closing sub brace was not removed. -The updated logic has no limits and handles this correctly: +The updated logic handles this correctly: ``` if ( $term->ReadLine eq "Term::ReadLine::Gnu" ) {