Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86ec331

Browse files
basicoweaverryan
basico
authored andcommitted
Fixed a mistake, the last block don't show as source code
1 parent ecaf629 commit 86ec331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/by_reference.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ when you call ``bindRequest`` on the form::
2828

2929
Notice that ``setAuthor`` is not called. The author is modified by reference.
3030

31-
If we set ``by_reference`` to false, binding looks like this:
31+
If we set ``by_reference`` to false, binding looks like this::
3232

3333
$article->setTitle('...');
3434
$author = $article->getAuthor();

0 commit comments

Comments
 (0)