Skip to content

Commit 5582280

Browse files
committed
Add ref link, fix link to pointers
1 parent ab38267 commit 5582280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/arrays.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ assert(i == 4);
8181
)
8282

8383
$(BEST_PRACTICE Most conventional uses for pointers can be replaced with
84-
dynamic arrays, $(D out) and $(D ref) parameters,
84+
dynamic arrays, $(D ref) and $(D out) $(DDSUBLINK function, parameters, parameters),
8585
and reference types.
8686
)
8787

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ $(GNAME UnaryExpression):
920920

921921
$(TABLE
922922
$(THEAD Operator, Description)
923-
$(TROW `&`, Take memory address of an $(RELATIVE_LINK2 .define-lvalue, lvalue) - see $(DDSUBLINK arrays, pointer, pointers))
923+
$(TROW `&`, Take memory address of an $(RELATIVE_LINK2 .define-lvalue, lvalue) - see $(DDSUBLINK arrays, pointers, pointers))
924924
$(TROW `++`, Increment before use - see $(RELATIVE_LINK2 order-of-evaluation, order of evaluation))
925925
$(TROW `--`, Decrement before use)
926926
$(TROW `*`, Dereference/indirection - typically for pointers)

0 commit comments

Comments
 (0)