Update readme.md

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

View File

@ -67,7 +67,7 @@ Documentation
* [String concatenation operator](./operators.md#string-operator) — `$str1 ~ $str2`
* [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`
* [Test operator](./operators.md#test-operator) — `is`, `is not`
* [Containment operator](./operators.md#containment-operator) — `in`, `not in`
***