diff options
| author | Anthon <[email protected]> | 2024-01-10 06:16:44 +0000 |
|---|---|---|
| committer | Anthon <[email protected]> | 2024-01-10 06:16:44 +0000 |
| commit | 58dff3f5043b26f813e017651ea25cfb3f6772ba (patch) | |
| tree | 5d1384c8b67613656d069d7ee399dc28c6232922 /exercises | |
| parent | 0d46acfa02d0c29fdfb3651e82a77284dd8f2e00 (diff) | |
| download | ziglings-58dff3f5043b26f813e017651ea25cfb3f6772ba.tar.xz ziglings-58dff3f5043b26f813e017651ea25cfb3f6772ba.zip | |
added space, missing after end-of-sentence dot.
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/097_bit_manipulation.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/097_bit_manipulation.zig b/exercises/097_bit_manipulation.zig index 38f2a86..424fb4c 100644 --- a/exercises/097_bit_manipulation.zig +++ b/exercises/097_bit_manipulation.zig @@ -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: |
