Style "length" as code

pull/4118/head
Josh Duff 6 years ago committed by GitHub
parent a3a9c4e4ac
commit 2c48708d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ Iterating over lists of values can be done with an each block.
</ul>
```
You can use each blocks to iterate over any array or array-like value — that is, any object with a length property.
You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property.
---

Loading…
Cancel
Save