Skip to content

Commit 8fb4900

Browse files
committed
Replace a pair of en dashes with em dashes
We had used a pair of en dash somewhere we had meant to use a pair of em dashes. Let's fix that.
1 parent 38cecac commit 8fb4900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const_eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ r[const-eval.const-expr.borrows]
144144
```
145145

146146
> [!NOTE]
147-
> In other words -- to focus on what's allowed rather than what's not allowed -- shared borrows of interior mutable data and mutable borrows are only allowed in a [const context] when the borrowed [place expression] is *transient*, *indirect*, or *static*.
147+
> In other words --- to focus on what's allowed rather than what's not allowed --- shared borrows of interior mutable data and mutable borrows are only allowed in a [const context] when the borrowed [place expression] is *transient*, *indirect*, or *static*.
148148
>
149149
> A place expression is *transient* if it is a variable local to the current const context or an expression whose temporary scope is contained inside the current const context.
150150
>

0 commit comments

Comments
 (0)