Followup mistake in I82711cee
[lhc/web/wiklou.git] / includes / OutputPage.php
index 0849afd..1d79e83 100644 (file)
@@ -2102,7 +2102,7 @@ class OutputPage extends ContextSource {
         * Actually output something with print.
         *
         * @param string $ins the string to output
-        * @deprecated since 1.20 Use echo yourself.
+        * @deprecated since 1.22 Use echo yourself.
         */
        public function out( $ins ) {
                wfDeprecated( __METHOD__, '1.22' );