Skip to content

Commit 6f647d8

Browse files
dkorpelmaxhaton
andauthored
Update spec/function.dd
Co-authored-by: Max Haughton <[email protected]>
1 parent 465f9e5 commit 6f647d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/function.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ $(H3 $(LNAME2 ref-return-scope-parameters, Ref Return Scope Parameters))
19421942
When a parameter is passed by `ref` and has both the `return` and `scope` attributes,
19431943
it gets $(LINK2 #return-scope-parameters, `return scope`) semantics if and only if the `return` and `scope`
19441944
keywords appear adjacent to each other, in that order.
1945-
In other cases, the parameter gets $(LINK2 #return-ref-parameters, `return ref`) semantics
1945+
In all other cases, the parameter has $(LINK2 #return-ref-parameters, `return ref`) semantics
19461946
and regular $(LINK2 #scope-parameters, `scope`) semantics:)
19471947

19481948
---

0 commit comments

Comments
 (0)