Skip to content

Commit 2b2bacc

Browse files
Update description
1 parent e540dd4 commit 2b2bacc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/cursorless-org-docs/src/docs/user/languages/components/ScopeSupport.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
3333
<p>
3434
A scope facet is a specific subset of a scope that Cursorless can
3535
target. For example take the value scope. One facet of value is the
36-
right hand side of a variable assignment. Another facet of value is the
37-
value in a map pair.
36+
right hand side of a variable assignment, another facet of value is the
37+
value in a map pair and a third is the return value in a return
38+
statement.
3839
</p>
3940
c
4041
<ScopeSupportForLevel

0 commit comments

Comments
 (0)