Commit 378fa89
committed
Fix indentation of static path restriction text
In the const eval chapter, we have a list of kinds of expressions that
are allowed. Paths to statics are one kind that is allowed, but have
certain restrictions we describe in bullet points. We then have text
that clarifies when these bullet points are checked.
This text was outdented beyond the relevant item, which broke up the
outer bullet point list and created (momentary) ambiguity about the
scope of the rules the language might be affecting. Let's fix that.1 parent 6110395 commit 378fa89
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments