Skip to content

Commit e06ad80

Browse files
authored
Fix typo about De Morgan's law assist
1 parent fe8ec1c commit e06ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fn example(x: bool) -> bool {
176176

177177
// after:
178178
fn example(x: bool) -> bool {
179-
!(x && !x)
179+
!(x && x)
180180
}
181181
```
182182

0 commit comments

Comments
 (0)