(minor English issues, most of which are via /dev/humancontroller)
This commit is contained in:
parent
476e35f50e
commit
5e0d0efd2e
18 changed files with 26 additions and 26 deletions
|
@ -523,7 +523,7 @@ signed integer. Conversions that widen unsigned integers zero-extend; those that
|
|||
signed integers sign-extend.</p>
|
||||
|
||||
<p>The front end composes conversions between types <em>T</em><sub>1</sub> and <em>T</em><sub>2</sub>
|
||||
by widening <em>T</em><sub>1</sub> to it's "supertype", if necessary, converting
|
||||
by widening <em>T</em><sub>1</sub> to its "supertype", if necessary, converting
|
||||
that result to <em>T</em><sub>2</sub>'s supertype, then narrowing the result to <em>T</em><sub>2</sub>,
|
||||
if necessary. The following table lists the supertypes; omitted entries are their own
|
||||
supertypes.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue