Skip to content

Commit 33a6e5f

Browse files
authored
Minor improvement
1 parent 3a376e5 commit 33a6e5f

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
@@ -598,7 +598,7 @@ $(H2 $(LNAME2 nothrow-functions, Nothrow Functions))
598598

599599
$(H2 $(LNAME2 ref-functions, Ref Functions))
600600

601-
$(P `ref` functions return by reference (instead of by value).
601+
$(P A `ref` function returns by reference (instead of by value).
602602
The return value of a `ref` function must be an lvalue
603603
(whereas the return value of a non-`ref` function can be an rvalue, too).
604604
An expression formed by calling a `ref` function is an lvalue

0 commit comments

Comments
 (0)