1 parent 044a6a3 commit d6cd326Copy full SHA for d6cd326
1 file changed
doc/component/Pretty_printing.markdown
@@ -43,7 +43,7 @@ The pretty printer respects a number of attributes used by some nodes:
43
* `kind` on `Cast\Double` to use `(double)` (default), `(float)` or `(real)`.
44
* `kind` on `Expr\List_` to use `[]` or `list()` (default depends on `phpVersion` option).
45
* `kind` on `Expr\Array_` to use `[]` or `array()` (default depends on `shortArraySyntax` option).
46
- * `kind` on `Expr\Exit_` to use `die` (defaul) or `exit`.
+ * `kind` on `Expr\Exit_` to use `die` (default) or `exit`.
47
* `hasLeadingNewline` on `Stmt\InlineHTML` to determine whether a newline is emitted after `?>`
48
or not.
49
0 commit comments