瀏覽代碼

[BrowserKit] fix phpdoc

hhamon 14 年之前
父節點
當前提交
bd79e85928
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/BrowserKit/Response.php

+ 1 - 1
src/Symfony/Component/BrowserKit/Response.php

@@ -67,7 +67,7 @@ class Response
      * @param string $name  The header name
      * @param string $value The header value
      *
-     * @return string The buil header line
+     * @return string The built header line
      */
     protected function buildHeader($name, $value)
     {