Skip to content

Commit fe368b5

Browse files
committed
fixed copy
1 parent 742b0ee commit fe368b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2015-09-29-rxjava.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: "RxJava: a Java implementation of Reactive Extentions"
44
description: Alessandro introduces RxJava and showcase some beneficts of its use for developing asynchronous APIs.
55
---
66

7-
In this talk, [Alessandro](https://twitter.com/DrAL3X) present [RxJava](https://github.com/ReactiveX/RxJava), a framework for developing "future proof" asynchronous APIs based on [Reactive Extension](http://reactivex.io/) concept.
7+
In this talk, [Alessandro](https://twitter.com/DrAL3X) presents [RxJava](https://github.com/ReactiveX/RxJava), a framework for developing "future proof" asynchronous APIs based on [Reactive Extension](http://reactivex.io/) concept.
88

9-
Functional, state-less and with built-in error handling, this framework allow you to simplify the usage of an Rx API by letting API implementation handle the concurrency and give out the opportunity of filtering and altering the result of it in a clean chainable way.
9+
Functional, state-less and with built-in error handling, this framework allows you to simplify the usage of an Rx API by letting API implementation handles the concurrency and gives out the opportunity of filtering and altering the result of it in a clean chainable way.
1010

1111
Rx is implemented in plenty of languages, from [Java](https://github.com/ReactiveX/RxJava) to [Python](https://github.com/ReactiveX/RxPY), from [.Net](https://github.com/Reactive-Extensions/Rx.NET) to [Swift](https://github.com/kzaher/RxSwift) so it's easy to re-use Rx knowledge everywhere.
1212

0 commit comments

Comments
 (0)