Skip to content

Commit 2dad26c

Browse files
authored
path-expr.md: use a more suitable punctuation
1 parent 32b22e8 commit 2dad26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/path-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ r[expr.path.intro]
1212
A [path] used as an expression context denotes either a local variable or an item.
1313

1414
r[expr.path.place]
15-
Path expressions that resolve to local or static variables are [place expressions], other paths are [value expressions].
15+
Path expressions that resolve to local or static variables are [place expressions]; other paths are [value expressions].
1616

1717
r[expr.path.safety]
1818
Using a [`static mut`] variable requires an [`unsafe` block].

0 commit comments

Comments
 (0)