Fix typo about De Morgan's law assist
This commit is contained in:
parent
fe8ec1c045
commit
e06ad80d49
@ -176,7 +176,7 @@ fn example(x: bool) -> bool {
|
|||||||
|
|
||||||
// after:
|
// after:
|
||||||
fn example(x: bool) -> bool {
|
fn example(x: bool) -> bool {
|
||||||
!(x && !x)
|
!(x && x)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user