Skip to content

Commit edfa6b5

Browse files
authored
Merge pull request #1723 from CyberShadow/pull-20170618-065142
Fix Issue 17513 - [english] "a enum" -> "an enum"
2 parents d2e620d + 5a576f4 commit edfa6b5

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
@@ -87,7 +87,7 @@ $(SECTION3 $(LEGACY_LNAME2 Implicit Conversions, implicit-conversions, Implicit
8787
types as required.
8888
)
8989

90-
$(P A enum can be implicitly converted to its base
90+
$(P An enum can be implicitly converted to its base
9191
type, but going the other way requires an explicit
9292
conversion.
9393

@@ -149,7 +149,7 @@ $(SECTION3 $(LEGACY_LNAME2 Integer Promotions, integer-promotions, Integer Promo
149149
)
150150
)
151151

152-
$(P If a enum has as a base type one of the types
152+
$(P If an enum has as a base type one of the types
153153
in the left column, it is converted to the type in the right
154154
column.
155155
)

0 commit comments

Comments
 (0)