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

Skip to content

Commit 1d31275

Browse files
authored
Update index.rst (#945)
Remove documentation text from code block
1 parent 3b419a3 commit 1d31275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ Without auto-refreshing enabled, the above call to ``$post->getTitle()`` would r
18581858
$post->setTitle('New Title');
18591859
$post->setBody('New Body'); // exception thrown because of "unsaved changes" to $post from above
18601860

1861-
To overcome this, you need to first disable auto-refreshing, then re-enable after making/saving the changes:
1861+
To overcome this, you need to first disable auto-refreshing, then re-enable after making/saving the changes:
18621862

18631863
::
18641864

0 commit comments

Comments
 (0)