Skip to content

Commit 0a55126

Browse files
committed
Note style fix
1 parent 8f05f88 commit 0a55126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loops/for.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for(var i = 0; i < 10; i = i + 1){
1616
}
1717
```
1818

19-
**Note**: `i = i + 1` can be written `i++`.
19+
>***Note***: `i = i + 1` can be written `i++`.
2020
2121

2222
---

0 commit comments

Comments
 (0)