Fixed a problematic example

This commit is contained in:
Angelos Chalaris
2017-12-27 16:48:07 +02:00
parent 9f0527e8c4
commit fa07effb84

View File

@ -10,5 +10,5 @@ const bottomVisible = () =>
```
```js
// bottomVisible() // true
bottomVisible() // true
```