Skip to content

Commit

Permalink
fix typo in Yaf_Response_Abstract::appendBody (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 13, 2024
1 parent 50268dc commit e814700
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/yaf/yaf_response_abstract/appendbody.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c9389e4a0e96801fd14d91336ff3f12e45929a73 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 0d4f735ed7f59c0ac5a5b3bbe90fa72dc84d8cee Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xml:id="yaf-response-abstract.appendbody" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Response_Abstract::appendBody</refname>
Expand Down Expand Up @@ -62,7 +63,7 @@
<?php
$response = new Yaf_Response_Http();
$response->setBody("Hello")->prependBody(" World");
$response->setBody("Hello")->appendBody(" World");
echo $response;
?>
Expand Down

0 comments on commit e814700

Please sign in to comment.