Updated the code example

The code example for do and avoid was the same,
This commit is contained in:
Chandiran
2020-02-29 21:54:25 -05:00
committed by Kevyn Bruyere
parent d131ea6d4d
commit bc333ccabf

View File

@ -257,7 +257,8 @@ function someFunction() {
}
// Avoid
function someFunction() {
function someFunction()
{
// code block
}
```