Commit b801aa13 by MaximAL

Mistype fix

parent e79af911
...@@ -310,7 +310,7 @@ $mul = array_reduce($numbers, function($r, $x) use($n) { ...@@ -310,7 +310,7 @@ $mul = array_reduce($numbers, function($r, $x) use($n) {
Documentation 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. - Code without documentation is not allowed.
- All class files must contain a "file-level" docblock at the top of each file - All class files must contain a "file-level" docblock at the top of each file
and a "class-level" docblock immediately above each class. and a "class-level" docblock immediately above each class.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment