Skip to content

Commit 4a4ebf2

Browse files
committed
Add note @rxjs/utility-operators.md
1 parent 2bdcb9f commit 4a4ebf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rxjs/utility-operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ Notification {kind: "E", value: undefined, error: TypeError, hasValue: false}
256256
Notification(kind, value?, error?)
257257
```
258258

259-
* **kind**: `N` for _next_, `C` for _complete_ or `E` for _error_
259+
* **kind**: `N` for _next_, `C` for _complete_ or `E` for _error_
260+
as of RxJS 6.5.0: `NotificationKind.NEXT`, `NotificationKind.COMPLETE` or `NotificationKind.ERROR`
260261
* **value**: a value for _next_
261262
* **error**: an error for _error_
262263
* **hasValue**: `true` for _next_

0 commit comments

Comments
 (0)