chore: Update documentation for the while loop with continue statement

This commit is contained in:
Harold Anderson 2024-07-28 08:40:30 -07:00
parent 0f6e849660
commit 3f6facb263

View File

@ -17,7 +17,6 @@
// Then, the "continue expression" is executed and then // Then, the "continue expression" is executed and then
// the condition is checked again. If the condition is true, the block executes again. // the condition is checked again. If the condition is true, the block executes again.
// //
const std = @import("std"); const std = @import("std");
pub fn main() void { pub fn main() void {