diff options
author | Ryan Russell | 2022-06-01 17:01:37 +0000 |
---|---|---|
committer | GitHub | 2022-06-01 17:01:37 +0000 |
commit | ae12c58f0ff924e9cc512f0368e5fca858566cdd (patch) | |
tree | 62bde8852872881444465558b3fc576335c8e420 /helix-view/src/handlers | |
parent | fc666db6b99a8baab0acf3791f9965e7cb2be9e1 (diff) |
Improve Readability (#2639)
Diffstat (limited to 'helix-view/src/handlers')
-rw-r--r-- | helix-view/src/handlers/dap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/handlers/dap.rs b/helix-view/src/handlers/dap.rs index 2ea21f62..b17ca353 100644 --- a/helix-view/src/handlers/dap.rs +++ b/helix-view/src/handlers/dap.rs @@ -86,7 +86,7 @@ pub fn breakpoints_changed( path: PathBuf, breakpoints: &mut [Breakpoint], ) -> Result<(), anyhow::Error> { - // TODO: handle capabilities correctly again, by filterin breakpoints when emitting + // TODO: handle capabilities correctly again, by filtering breakpoints when emitting // if breakpoint.condition.is_some() // && !debugger // .caps |