Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Jul 8, 2024
1 parent 583d94f commit 2142eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ We will refer to the level cognitive load as follows:
```go
if val > someConstant // 🧠+
&& (condition2 || condition3) // 🧠+++, prev cond should be true, one of c2 or c3 has be true
&& (condition4 && !condition5) { // 🤯, we are messed up here
&& (condition4 && !condition5) { // 🤯, we are messed up by this point
...
}
```
Expand Down

0 comments on commit 2142eab

Please sign in to comment.