Skip to content

Commit fb3c4ca

Browse files
committed
Fixed minor capitalization change in Hoisting
Not sure if it's an actual fix, but just noticed this was the only comment that had capitalization that wasn't a proper noun
1 parent 06746fa commit fb3c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ Other Style Guides
11961196
var declaredButNotAssigned = true;
11971197
}
11981198
1199-
// The interpreter is hoisting the variable
1199+
// the interpreter is hoisting the variable
12001200
// declaration to the top of the scope,
12011201
// which means our example could be rewritten as:
12021202
function example() {

0 commit comments

Comments
 (0)