Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed May 13, 2024
1 parent 5cdf0a1 commit 432405b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bitwise-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lights = lights & ~LIGHT_RED; // turn off red light
```

Another common case is to use an integer type to store multiple kinds of
information, with mask to extract the parts. Here, a `ungisned short` type
information, with mask to extract the parts. Here, a `unsigned short` type
stores the byte value and associated flags:

```C
Expand Down

0 comments on commit 432405b

Please sign in to comment.