Skip to content

Commit 465f9e5

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

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
@@ -1941,7 +1941,7 @@ $(H3 $(LNAME2 ref-return-scope-parameters, Ref Return Scope Parameters))
19411941
for the same parameter.
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`
1944-
keywords appear adjacent to each other, and in that order.
1944+
keywords appear adjacent to each other, in that order.
19451945
In other cases, the parameter gets $(LINK2 #return-ref-parameters, `return ref`) semantics
19461946
and regular $(LINK2 #scope-parameters, `scope`) semantics:)
19471947

0 commit comments

Comments
 (0)