Skip to content

Commit 62ac7b9

Browse files
RazvanN7dlang-bot
authored andcommitted
Follow-up for PR #3357
1 parent 6f138f7 commit 62ac7b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/expression.dd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,9 +2375,8 @@ $(GNAME TypeSpecialization):
23752375
)
23762376

23772377
$(P $(I IsExpression)s may be used in conjunction with $(D typeof) to check
2378-
whether an expression is semantically correct. For example, $(D is(typeof(foo)))
2379-
will return $(D true) if $(D foo) is a semantically correct expression with a valid
2380-
type.
2378+
whether an expression type checks correctly. For example, $(D is(typeof(foo)))
2379+
will return $(D true) if $(D foo) has a valid type.
23812380
)
23822381

23832382
$(H4 $(LNAME2 basic-forms, Basic Forms))

0 commit comments

Comments
 (0)