Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph M. Becker <[email protected]>
  • Loading branch information
Girgias and cmb69 authored Nov 13, 2024
1 parent 214cb88 commit 3d72df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/errorfunc/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<simpara>
The following constants (either the corresponding numerical value or their
symbolic name) are used as a bitmask to specifies which errors to report.
symbolic name) are used as a bitmask to specify which errors to report.
It is possible to use
<link linkend="language.operators.bitwise">bitwise operators</link>
to combine these values or mask out certain types of errors.
Expand Down Expand Up @@ -308,7 +308,7 @@
This error level is effectively unused,
the only case where this can happen is when interpreting an
&object; as a <type>bool</type> fails.
Which can only happen for internal objects.
This can only happen for internal objects.
</simpara>
<simpara>
The most common example, prior to PHP 8.4.0, is using a
Expand Down

0 comments on commit 3d72df5

Please sign in to comment.