diff --git a/reference/info/functions/assert.xml b/reference/info/functions/assert.xml index 8fe13667d9..4fe7b4f80e 100644 --- a/reference/info/functions/assert.xml +++ b/reference/info/functions/assert.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ less overhead when assertion checking is off and messages containing the assertion expression when an assertion fails. This means that if you pass a boolean condition - as assertion this condition will not show up as + as assertion this condition will not show up as parameter to the assertion function which you may have defined with the assert_options function, the condition is converted to a string before calling that handler function, and the boolean &false;