소스 검색

[CssSelector] Fixed Typo

Pascal Borreli 14 년 전
부모
커밋
d060a3c6ff
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/CssSelector/Node/AttribNode.php
  2. 1 1
      src/Symfony/Component/CssSelector/Parser.php

+ 1 - 1
src/Symfony/Component/CssSelector/Node/AttribNode.php

@@ -118,7 +118,7 @@ class AttribNode implements NodeInterface
     /**
      * Returns a formatted attribute
      *
-     * @return string The formatted attributep
+     * @return string The formatted attribute
      */
     protected function formatAttrib()
     {

+ 1 - 1
src/Symfony/Component/CssSelector/Parser.php

@@ -273,7 +273,7 @@ class Parser
      *
      * @param  Node\NodeInterface $selector The selector object whose attribute
      *                                      is to be parsed.
-     * @param  TokenStream        $strem    The container token stream.
+     * @param  TokenStream        $stream    The container token stream.
      *
      * @return Node\AttribNode
      */