Skip to content

Commit e2404ef

Browse files
authored
Merge pull request #1094 from LazaroHurtado/master
Fixed link typo in Generics.md
2 parents 1374727 + 9797077 commit e2404ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/items/generics.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Generic parameters are in scope within the item definition where they are
3737
declared. They are not in scope for items declared within the body of a
3838
function as described in [item declarations].
3939

40-
[References], [raw pointers], [arrays], [slices][arrays], [tuples], and
40+
[References], [raw pointers], [arrays], [slices], [tuples], and
4141
[function pointers] have lifetime or type parameters as well, but are not
4242
referred to with path syntax.
4343

@@ -274,6 +274,7 @@ struct Foo<#[my_flexible_clone(unbounded)] H> {
274274

275275
[array repeat expression]: ../expressions/array-expr.md
276276
[arrays]: ../types/array.md
277+
[slices]: ../types/slice.md
277278
[associated const]: associated-items.md#associated-constants
278279
[associated type]: associated-items.md#associated-types
279280
[block]: ../expressions/block-expr.md

0 commit comments

Comments
 (0)