From aca9950fdc3e33d32b6604bc3c70f78f1afaff70 Mon Sep 17 00:00:00 2001 From: Scott Gardner Date: Sat, 14 May 2016 16:54:54 -0500 Subject: [PATCH] Add missing Next link --- .../Error_Handling_Operators.xcplaygroundpage/Contents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rx.playground/Pages/Error_Handling_Operators.xcplaygroundpage/Contents.swift b/Rx.playground/Pages/Error_Handling_Operators.xcplaygroundpage/Contents.swift index f20c87215..2662feb8c 100644 --- a/Rx.playground/Pages/Error_Handling_Operators.xcplaygroundpage/Contents.swift +++ b/Rx.playground/Pages/Error_Handling_Operators.xcplaygroundpage/Contents.swift @@ -128,4 +128,4 @@ example("retry maxAttemptCount") { .addDisposableTo(disposeBag) } -//: [Table of Contents](Table_of_Contents) +//: [Next](@next) - [Table of Contents](Table_of_Contents)