Skip to content

Commit 8daf9b1

Browse files
committed
Add note about concat create method
1 parent de166c9 commit 8daf9b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: rxjs-whats-new-6/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ npm start
6262

6363
## Synchronous Error Handling
6464

65-
`try/catch` can no longer catch synchronously thrown errors. You need to specify e.g. an error callback.
65+
* `try/catch` can no longer catch synchronously thrown errors. You need to specify e.g. an error callback.
66+
* BTW: Note new `concat` creation method, no longer a `concat`-operator (simplification)
6667

6768
### Demo
6869

0 commit comments

Comments
 (0)