Skip to content

Commit ff55654

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Anthony Leonardo Gracio <leonardo@adacore.com>
1 parent a317031 commit ff55654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/refactoring_tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Demo source is `suppress_separate/` in [Code Samples](https://github.com/AdaCore
179179
* Any procedure call is also deleted.
180180
* If call statement is the only one in the statement list, then
181181
- if it is inside a declare/block/end then the block statement is deleted
182-
even if there is exception handlers and declarations in it;
182+
even if there are exception handlers and declarations in it.
183183
- otherwise it will be replaced with `null;` to keep source correct.
184184
* Non-call references will be reported and prevent the deletion.
185185

0 commit comments

Comments
 (0)