com doc/pt_br: Fixed typo: language/oop5/magic. xml

[email protected] (Adiel Cristo) Thu, 28 Jan 2021 18:33:55 +0000
Newsgroups php.doc.pt-br
Message-ID <[email protected]>
Commit:    301b1037634b04d3b96811795bfdcea761475572
Author:    Gabriel Alves <[email protected]>         Mon, 11 Jan 2021 11:54:10 -0300
Committer: Adiel Cristo <[email protected]>      Thu, 28 Jan 2021 15:33:55 -0300
Parents:   dd831989aec8cc8f6ed5682f2f7f02e62b909352
Branches:  master

Link:       http://git.php.net/?p=doc/pt_br.git;a=commitdiff;h=301b1037634b04d3b96811795bfdcea761475572

Log:
Fixed typo

Closes php/doc-pt_br#2

Bugs:
https://bugs.php.net/2

Changed paths:
  M  language/oop5/magic.xml


Diff:
diff --git a/language/oop5/magic.xml b/language/oop5/magic.xml
index bd866f969..5b4a89f4c 100755
--- a/language/oop5/magic.xml
+++ b/language/oop5/magic.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: e1438a020bbc755a27f18235a0ea94f3d9d556aa Maintainer: ae Status: ready --><!-- CREDITS: narigone,felipe,lcobucci,fabioluciano,ae -->
+<!-- EN-Revision: a9edd62d087ab1eb6292c795b7256e14ff9f1234 Maintainer: ae Status: ready --><!-- CREDITS: narigone,felipe,lcobucci,fabioluciano,ae,github:GabrielGabriel197 -->
  <sect1 xml:id="language.oop5.magic" xmlns="http://docbook.org/ns/docbook">
   <title>Métodos Mágicos</title>
   <para>
@@ -29,7 +29,7 @@
 
   <note>
    <simpara>
-    Todos os métodos mágicos <emphasis>DECEM</emphasis> ser declarados como <literal>public</literal>
+    Todos os métodos mágicos <emphasis>DEVEM</emphasis> ser declarados como <literal>public</literal>
    </simpara>
   </note>