Skip to content

Commit 40eb452

Browse files
author
Raphael Silva
authored
Update Contents.swift
Typo fixed - it was missing the `ed` in called.
1 parent 95ee9d0 commit 40eb452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All of these various systems makes our code needlessly complex. Wouldn't it be b
4444

4545
`--tap--tap----------tap--> // "|" = Continues indefinitely, such as a sequence of button taps`
4646

47-
> These diagrams are call marble diagrams. You can learn more about them at [RxMarbles.com](http://rxmarbles.com).
47+
> These diagrams are called marble diagrams. You can learn more about them at [RxMarbles.com](http://rxmarbles.com).
4848
*/
4949
/*:
5050
### Observables and observers (aka subscribers)

0 commit comments

Comments
 (0)