Fixed a problematic example

This commit is contained in:
Angelos Chalaris
2017-12-27 16:48:07 +02:00
parent ccb93de7cd
commit eb0bf7427f

View File

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