mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
added space, missing after end-of-sentence dot.
This commit is contained in:
parent
0d46acfa02
commit
58dff3f504
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//
|
||||
// Zig provides all the necessary functions to change the bits inside
|
||||
// a variable. It is distinguished whether the bit change leads to an
|
||||
// overflow or not.The details are in the Zig documentation in section
|
||||
// overflow or not. The details are in the Zig documentation in section
|
||||
// 10.1 "Table of Operators".
|
||||
//
|
||||
// Here are some examples of how the bits of variables can be changed:
|
||||
|
|
Loading…
Reference in a new issue