From ab10c724e7c0f4a4f87e51cd71f62316570318a7 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 20 Jul 2022 14:15:03 -0400 Subject: [PATCH] Use consistent tense in DAP docs Signed-off-by: Matthew Brown --- .../eclipse/lsp4j/debug/DebugProtocol.xtend | 26 +++++++++---------- .../debug/services/IDebugProtocolServer.java | 10 +++---- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend b/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend index 9fbbadfb..c0db09af 100644 --- a/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend +++ b/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend @@ -112,8 +112,8 @@ class StoppedEventArguments { */ Boolean allThreadsStopped; /** - * Ids of the breakpoints that triggered the event. In most cases there will - * be only a single breakpoint but here are some examples for multiple + * Ids of the breakpoints that triggered the event. In most cases there is + * only a single breakpoint but here are some examples for multiple * breakpoints: *