From e1a6847fbf06332f3ac8627b9ced9bdd6d5724ae Mon Sep 17 00:00:00 2001 From: kumapo Date: Mon, 9 May 2016 20:47:54 +0900 Subject: [PATCH] Fix pre-release-tests error --- RxCocoa/iOS/UINavigationItem+Rx.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa/iOS/UINavigationItem+Rx.swift b/RxCocoa/iOS/UINavigationItem+Rx.swift index 944fd734..29e08ad8 100644 --- a/RxCocoa/iOS/UINavigationItem+Rx.swift +++ b/RxCocoa/iOS/UINavigationItem+Rx.swift @@ -3,7 +3,7 @@ // Rx // // Created by kumapo on 2016/05/09. -// Copyright © 2016年 Krunoslav Zaher. All rights reserved. +// Copyright © 2016 Krunoslav Zaher. All rights reserved. // #if os(iOS) || os(tvOS)