From 5cedccc0af96d3c7ae79d5594fe75fae9684e3e6 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Mon, 31 Jul 2023 19:06:21 +0300 Subject: [PATCH] The the --- docs/_posts/2023-07-28-luau-recap-july-2023.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: