com doc/de: Fix typo: reference/strings/functions/echo.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
Commit: 0b9b84f8b627d4bfea43a18622fe37dfd74d0e5c Author: Christoph M. Becker <[email protected]> Sun, 17 Jan 2021 15:03:38 +0100 Parents: 685a51d74d21a6a54bee24031ff831cd2b2e9c96 Branches: master Link: http://git.php.net/?p=doc/de.git;a=commitdiff;h=0b9b84f8b627d4bfea43a18622fe37dfd74d0e5c Log: Fix typo Changed paths: M reference/strings/functions/echo.xml Diff: diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml index 0e6055f4f..fe5d37b94 100644 --- a/reference/strings/functions/echo.xml +++ b/reference/strings/functions/echo.xml @@ -12,7 +12,7 @@ <methodsynopsis> <type>void</type><methodname>echo</methodname> <methodparam><type>string</type><parameter>arg</parameter></methodparam> -+ <methodparam rep="repeat"><type>string</type><parameter>args</parameter></methodparam> + <methodparam rep="repeat"><type>string</type><parameter>args</parameter></methodparam> </methodsynopsis> <simpara> Gibt alle Parameter aus. Es wird kein zusätzlicher Zeilenumbruch angehängt.