소스 검색

Merge pull request #363 from potherca/patch-1

Fixes a typo in the annotations.rst
Johannes 10 년 전
부모
커밋
ba3f4401b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/reference/annotations.rst

+ 2 - 2
doc/reference/annotations.rst

@@ -531,7 +531,7 @@ This annotation can be defined on a property to add additional xml serialization
         /**
         * @XmlElement(cdata=false, namespace="http://www.w3.org/2005/Atom")
         */
-        private $id = 'my_id;
+        private $id = 'my_id';
     }
 
 Resulting XML:
@@ -582,4 +582,4 @@ Resulting XML:
         <atom:author>
             <full_name><![CDATA[Foo Bar]]></full_name>
         </atom:author>
-    </blog>
+    </blog>