diff --git a/docs/_posts/2023-07-28-luau-recap-july-2023.md b/docs/_posts/2023-07-28-luau-recap-july-2023.md index 42e751d0..cf09bf79 100644 --- a/docs/_posts/2023-07-28-luau-recap-july-2023.md +++ b/docs/_posts/2023-07-28-luau-recap-july-2023.md @@ -60,7 +60,7 @@ An issue with exported types not being suggested is now fixed. ## Debugger improvements -We have fixed search for closest executable breakpoint line. +We have fixed the search for the closest executable breakpoint line. Previously, breakpoints might have been skipped in `else` blocks at the end of a function. This simplified example shows the issue: