Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45f40fa

Browse files
authored
fix output in Object.assign() example
Something looked off about this so I did a quick check in node. You must have been distracted at the time of writing :)
1 parent ddd0181 commit 45f40fa

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
@@ -509,7 +509,7 @@ function createMenu(config) {
509509
cancellable: true
510510
}, config);
511511

512-
// config now equals: {title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true}
512+
// config now equals: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true}
513513
// ...
514514
}
515515

0 commit comments

Comments
 (0)