From c3a4a4cf926c308975f6ea15bd20813ac679a887 Mon Sep 17 00:00:00 2001 From: Maciej Konieczny Date: Sun, 13 Mar 2016 16:01:04 +0100 Subject: [PATCH] Fixes typo in Units.md --- Documentation/Units.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Units.md b/Documentation/Units.md index b0fa337d..dd5a6259 100644 --- a/Documentation/Units.md +++ b/Documentation/Units.md @@ -15,7 +15,7 @@ This document will try to describe what units are, why they are a useful concept Swift has a powerful type system that can be used to improve correctness and stability of applications and make using Rx a more intuitive and straightforward experience. -**Units are so far specific only to the (RxCocoa)[https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa] project, but the same principles could be implemented easily in other Rx implementations if necessary. There is no private API magic needed.** +**Units are so far specific only to the [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa) project, but the same principles could be implemented easily in other Rx implementations if necessary. There is no private API magic needed.** **Units are totally optional, you can use raw observable sequences everywhere in your program and all RxCocoa APIs work with observable sequences.**