We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e181ce4 commit 567f574Copy full SHA for 567f574
docs/checks/equals-sign-chaining.md
@@ -4,11 +4,11 @@
4
5
### What is the Intent of the Check?
6
7
-This check searches for chained assigments in the code which might generate some confusion with an equal condition.
+This check searches for chained boolean assigments in the code which might generate some confusion with an equal condition.
8
9
### How does the check work?
10
11
-The check searches for chained assignments of variables.
+The check searches for chained assignments of boolean variables.
12
13
```abap
14
DATA x TYPE abap_bool.
0 commit comments