Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 8d86c55

Browse files
committed
fix(operators): signature update
1 parent 8633983 commit 8d86c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operator-docs/transformation/partition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const partition: OperatorDoc = {
44
name: 'partition',
55
operatorType: 'transformation',
66
signature:
7-
'public partition(predicate: function(value: T, index: number): boolean, thisArg: any): [Observable<T>, Observable<T>',
7+
'public partition(predicate: function(value: T, index: number): boolean, thisArg: any): [Observable<T>, Observable<T>]',
88
marbleUrl: 'http://reactivex.io/rxjs/img/partition.png',
99
parameters: [
1010
{

0 commit comments

Comments
 (0)