Skip to content

Commit 567f574

Browse files
Update equals-sign-chaining.md
1 parent e181ce4 commit 567f574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/checks/equals-sign-chaining.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
### What is the Intent of the Check?
66

7-
This check searches for chained assigments in the code which might generate some confusion with an equal condition.
7+
This check searches for chained boolean assigments in the code which might generate some confusion with an equal condition.
88

99
### How does the check work?
1010

11-
The check searches for chained assignments of variables.
11+
The check searches for chained assignments of boolean variables.
1212

1313
```abap
1414
DATA x TYPE abap_bool.

0 commit comments

Comments
 (0)