Skip to content

Commit

Permalink
Update 2023-11-01-luau-recap-october-2023.md
Browse files Browse the repository at this point in the history
Break up braces to fix Jekyll formatting
  • Loading branch information
zeux committed Nov 4, 2023
1 parent 37f1293 commit 8dc1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-01-luau-recap-october-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We continue to work on many code size and performance improvements; here's a sho
The `break` and `continue` keywords can now be used in loop bodies to refine variables. This was contributed by a community member - thank you, [AmberGraceSoftware](https://github.com/AmberGraceSoftware)!

```lua
function f(objects: {{value: string?}})
function f(objects: { { value: string? } })
for _, object in objects do
if not object.value then
continue
Expand Down

0 comments on commit 8dc1550

Please sign in to comment.