Skip to content

Commit 603e818

Browse files
committed
Edited ch06.asciidoc with Atlas code editor
1 parent 99a2eac commit 603e818

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
@@ -327,7 +327,8 @@ const handler = {
327327
}
328328
function invariant(key, action) {
329329
if (key.startsWith('_')) {
330-
throw new Error(`Can't ${ action } private "${ key }" property`)
330+
throw new Error(`Can't ${ action } private "${ key }"
331+
property`)
331332
}
332333
}
333334
----

0 commit comments

Comments
 (0)