Skip to content

Commit 6e77618

Browse files
committed
Fix inconsistency in "evaluate" description
1 parent 39eb3f7 commit 6e77618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/services/IDebugProtocolServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ default CompletableFuture<LoadedSourcesResponse> loadedSources(LoadedSourcesArgu
594594
}
595595

596596
/**
597-
* Evaluates the given expression in the context of the topmost stack frame.
597+
* Evaluates the given expression in the context of a stack frame.
598598
* <p>
599599
* The expression has access to any variables and arguments that are in scope.
600600
*/

0 commit comments

Comments
 (0)