Update readme.md

This commit is contained in:
Ivan Shalganov 2014-06-18 17:31:01 +04:00
parent 240e5cfc04
commit e7ab52dee1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Documentation
* [Ternary operators](./operators.md#ternary-operators) — `$a ? $b : $c`, `$a ! $b : $c`, `$a ?: $c`, `$a !: $c`
* [Check operators](./operators.md#check-operators) — `$var?`, `$var!`
* [Test operator](./operators.md#test-operators) — `is`, `is not`
* [Containment operator](./operators.md#containment-operators) — `in`, `not in`
* [Containment operator](./operators.md#containment-operator) — `in`, `not in`
***