Skip to content

Commit ad1fdfc

Browse files
committed
Edited ch06.asciidoc with Atlas code editor
1 parent 8e18c3d commit ad1fdfc

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
@@ -508,7 +508,8 @@ const handler = {
508508
}
509509
function invariant(key, action) {
510510
if (key.startsWith('_')) {
511-
throw new Error(`Can't ${ action } private "${ key }" property`)
511+
throw new Error(`Can't ${ action } private "${ key }"
512+
property`)
512513
}
513514
}
514515
----

0 commit comments

Comments
 (0)