Skip to content

Commit a631f6f

Browse files
authored
Update equals-sign-chaining.md
1 parent f290ccf commit a631f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checks/equals-sign-chaining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
### How does the check work?
1010

0 commit comments

Comments
 (0)