Skip to content

Commit c7f5648

Browse files
committed
List formatting nit.
1 parent eabdf09 commit c7f5648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/names.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Access to certain names may be restricted based on their [*visibility*].
2424

2525
Entities that explicitly introduce a name in the source code are:
2626

27-
* [Items]
27+
* [Items]:
2828
* [Module declarations]
2929
* [External crate declarations]
3030
* [Use declarations]
@@ -38,7 +38,7 @@ Entities that explicitly introduce a name in the source code are:
3838
* [External block items]
3939
* [`macro_rules` declarations] and [matcher metavariables]
4040
* [Implementation] associated items
41-
* [Expressions]
41+
* [Expressions]:
4242
* [Closure] parameters
4343
* [`while let`] pattern bindings
4444
* [`for`] pattern bindings
@@ -59,7 +59,7 @@ expanding to one of the above items.
5959
The following entities are implicitly defined by the language, or are
6060
introduced by compiler options and extensions:
6161

62-
* [Language prelude]
62+
* [Language prelude]:
6363
* [Boolean type]`bool`
6464
* [Textual types]`char` and `str`
6565
* [Integer types]`i8`, `i16`, `i32`, `i64`, `i128`, `u8`, `u16`, `u32`, `u64`, `u128`

0 commit comments

Comments
 (0)