Skip to content

Commit b074761

Browse files
committed
Refer to "type aliases" rather than "aliases"
In the syntax index, in a list of things to which type paths can refer, let's refer to "type aliases" rather than just to "aliases" for better clarity.
1 parent 8c20b4a commit b074761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ This appendix provides an index of tokens and common forms with links to where t
238238
| `(Type)` | [parenthesized types] |
239239
| `impl Trait` | [impl trait types], [anonymous type parameters] |
240240
| `dyn Trait` | [trait object types] |
241-
| `ident`<br>`ident::…` | [type paths] (can refer to structs, enums, unions, aliases, traits, generics, etc.) |
241+
| `ident`<br>`ident::…` | [type paths] (can refer to structs, enums, unions, type aliases, traits, generics, etc.) |
242242
| `Type<…>`<br>`Trait<…>` | [generic arguments] (e.g. `Vec<u8>`) |
243243
| `Trait<ident = Type>` | [associated type bindings] (e.g. `Iterator<Item = T>`) |
244244
| `Trait<ident: …>` | [associated type bounds] (e.g. `Iterator<Item: Send>`) |

0 commit comments

Comments
 (0)