Skip to content

Commit 4c9872c

Browse files
authored
Fix broken links to array spec page
1 parent 97c3b69 commit 4c9872c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/expression.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,12 @@ $(H3 $(LNAME2 simple_assignment_expressions, Simple Assignment Expression))
288288
)
289289

290290
$(P If the lvalue is the `.length` property of a dynamic array, the behavior is
291-
as described in $(DDSUBLINK spec/array, resize, Setting Dynamic Array Length).
291+
as described in $(DDSUBLINK spec/arrays, resize, Setting Dynamic Array Length).
292292
)
293293

294294
$(P If the lvalue is a static array or a slice, the behavior is as
295-
described in $(DDSUBLINK spec/array, array-copying, Array Copying) and
296-
$(DDSUBLINK spec/array, array-setting, Array Setting).
295+
described in $(DDSUBLINK spec/arrays, array-copying, Array Copying) and
296+
$(DDSUBLINK spec/arrays, array-setting, Array Setting).
297297
)
298298

299299
$(P If the lvalue is a user-defined property, the behavior is as

0 commit comments

Comments
 (0)