Skip to content

Commit 33fd363

Browse files
committed
Use subexpression rather than value
1 parent b582bd7 commit 33fd363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/type.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ $(H3 $(LNAME2 vrp, Value Range Propagation))
352352
maximum possible range of values for each expression.
353353
If that range of values matches or is a subset of a narrower
354354
target type's value range, implicit
355-
conversion is allowed. If one of the values is known at compile-time,
356-
that can further reduce the range of values.)
355+
conversion is allowed. If a subexpression is known at compile-time,
356+
that can further narrow the range of values.)
357357

358358
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
359359
---

0 commit comments

Comments
 (0)