diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
| commit | 8a0077e83b3f53c7bb421ed8369d982d7e6733d4 (patch) | |
| tree | 90998373f3cafc7b6cf8e39ceb7fd5a4428159bf /exercises/114_packed.zig | |
| parent | 000e9448d52deb1334a363bb965fef95199eabea (diff) | |
| parent | 7300e870282e049328100d70034b022b1996bfd1 (diff) | |
Merge pull request 'fix typos' (#435) from mark2185/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/435
Diffstat (limited to 'exercises/114_packed.zig')
| -rw-r--r-- | exercises/114_packed.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/114_packed.zig b/exercises/114_packed.zig index 1058f76..933ae0a 100644 --- a/exercises/114_packed.zig +++ b/exercises/114_packed.zig @@ -1,9 +1,9 @@ // // We've already learned plenty about bit manipulation using bitwise operations -// in exercices 097 and 098 and in quiz 110. The techniques we already know work +// in exercises 097 and 098 and in quiz 110. The techniques we already know work // just fine, but creating masks and shifting individual bits around can become // quite tedious and unwieldy pretty quickly. -// What if there was a better, a more convenient way to control invidivual bits? +// What if there was a better, a more convenient way to control individual bits? // // Luckily, Zig has a keyword for exactly this purpose: // |
