Просмотр исходного кода

Merge pull request 'added space, missing after end-of-sentence dot.' (#40) from anthon/exercises:missing-space-1 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/40
Chris Boesch 1 год назад
Родитель
Сommit
fa22e861d5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/097_bit_manipulation.zig

+ 1 - 1
exercises/097_bit_manipulation.zig

@@ -20,7 +20,7 @@
 //
 //
 // Zig provides all the necessary functions to change the bits inside
 // Zig provides all the necessary functions to change the bits inside
 // a variable. It is distinguished whether the bit change leads to an
 // 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".
 // 10.1 "Table of Operators".
 //
 //
 // Here are some examples of how the bits of variables can be changed:
 // Here are some examples of how the bits of variables can be changed: