Skip to content

Commit f798da4

Browse files
authored
change dies() to php's function name die()
dies() may be linguistically more correct, but I would write die() here
1 parent 3868acb commit f798da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allows the script to continue executing:
3737
dd()
3838
----
3939

40-
This method is identical to ``d()``, except that it also ``dies()`` and no further code is executed this request.
40+
This method is identical to ``d()``, except that it also ``die()`` and no further code is executed this request.
4141

4242
trace()
4343
-------

0 commit comments

Comments
 (0)