From b801aa13827d624af4e958009dfd3da0170259e3 Mon Sep 17 00:00:00 2001 From: MaximAL <almaximal@ya.ru> Date: Fri, 14 Feb 2014 18:15:11 +0300 Subject: [PATCH] Mistype fix --- docs/internals/core-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/core-code-style.md b/docs/internals/core-code-style.md index 1b613df..e8cf1ce 100644 --- a/docs/internals/core-code-style.md +++ b/docs/internals/core-code-style.md @@ -310,7 +310,7 @@ $mul = array_reduce($numbers, function($r, $x) use($n) { Documentation ------------- -- Refer ot [phpDoc](http://phpdoc.org/) for documentation syntax. +- Refer to [phpDoc](http://phpdoc.org/) for documentation syntax. - Code without documentation is not allowed. - All class files must contain a "file-level" docblock at the top of each file and a "class-level" docblock immediately above each class. -- libgit2 0.27.1