Skip to content

Commit 5e030f5

Browse files
authored
Update type.dd
1 parent 6f056ea commit 5e030f5

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
@@ -204,8 +204,8 @@ $(H2 $(LEGACY_LNAME2 Usual Arithmetic Conversions, usual-arithmetic-conversions,
204204
promotion. For example:)
205205

206206
---
207-
ubyte u1 = -1; // error, -1 cannot be represented in a ubyte
208-
ushort u2 = -1; // error, -1 cannot be represented in a ushort
207+
ubyte u1 = -1; // error, -1 cannot be represented in a ubyte
208+
ushort u2 = -1; // error, -1 cannot be represented in a ushort
209209
uint u3 = int(-1); // ok, -1 can be represented in a uint
210210
ulong u4 = long(-1); // ok, -1 can be represented in a ulong
211211
---

0 commit comments

Comments
 (0)