Skip to content

Commit d6cd326

Browse files
author
maxtaran2010
committed
Fix typo: "defaul" -> "default" in Pretty_printing docs
Co-Authored-By: maxtaran2010 <ocotifuzo727@gmail.com>
1 parent 044a6a3 commit d6cd326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/component/Pretty_printing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The pretty printer respects a number of attributes used by some nodes:
4343
* `kind` on `Cast\Double` to use `(double)` (default), `(float)` or `(real)`.
4444
* `kind` on `Expr\List_` to use `[]` or `list()` (default depends on `phpVersion` option).
4545
* `kind` on `Expr\Array_` to use `[]` or `array()` (default depends on `shortArraySyntax` option).
46-
* `kind` on `Expr\Exit_` to use `die` (defaul) or `exit`.
46+
* `kind` on `Expr\Exit_` to use `die` (default) or `exit`.
4747
* `hasLeadingNewline` on `Stmt\InlineHTML` to determine whether a newline is emitted after `?>`
4848
or not.
4949

0 commit comments

Comments
 (0)