Skip to content

Commit 6b48f45

Browse files
Fix nit
1 parent 09eb778 commit 6b48f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/en/updates/2018/12/class-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class FakeMath {
147147
// `random` is a static public method (ES2015 syntax)
148148
// that consumes `#computeRandomNumber`.
149149
static random() {
150-
console.log('I heard you like random numbers…')
150+
console.log('I heard you like random numbers…');
151151
return FakeMath.#computeRandomNumber();
152152
}
153153
}

0 commit comments

Comments
 (0)