Skip to content

Commit 0122843

Browse files
committed
Edited ch06.asciidoc with Atlas code editor
1 parent 8b9d104 commit 0122843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ch06.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ function proxied() {
146146
}
147147
function invariant(key, action) {
148148
if (key.startsWith('_')) {
149-
throw new Error(`Can't ${ action } private "${ key }" property`)
149+
throw new Error(`Can't ${ action } private "${ key }"
150+
property`)
150151
}
151152
}
152153
----

0 commit comments

Comments
 (0)