Skip to content

Commit 562633c

Browse files
simonwelshfredemmott
authored andcommitted
addAssignmentf doesn't exist (hhvm#66)
1 parent 878519b commit 562633c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_docs/overview/hack-builder.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Additionally, shortcuts are provided for common uses:
6969
- `->addAssigment('$someVar', $value, $renderer)`: assigns `$value` to `$somevar`
7070
- `->addReturn('$somevar', $value, $renderer)`: return $value from the current function
7171

72-
`->addAssignmentf()` and `->addReturnf()` are also available, however they always treat the
73-
final string as literal code.
72+
`->addReturnf()` is also available, however it always treats the final string as literal code.
7473

7574
Blocks
7675
------

0 commit comments

Comments
 (0)