Skip to content

Commit 2e5f291

Browse files
enumerations: Cleanup dangling line in description of backed cases (#4842)
Small cleanup to remove a dangling `is not.` from previous cleanup #4413
1 parent edb34f5 commit 2e5f291

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

language/enumerations.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ enum Suit: string
195195
The equivalent values may be a constant scalar expression.
196196
Prior to PHP 8.2.0, the equivalent values had to be literals or literal expressions.
197197
This means that constants and constant expressions were not supported.
198-
That is, <code>1 + 1</code> was allowed, but not <code>1 + SOME_CONST</code>.
199-
is not.
198+
That is, <code>1 + 1</code> was allowed, but <code>1 + SOME_CONST</code> was not.
200199
</para>
201200

202201
<para>

0 commit comments

Comments
 (0)