From 1c58c421ae1fa0b75fa8d6cd0cee5f583323c047 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 20 Mar 2019 09:45:23 -0400 Subject: [PATCH] Another exercise mistake fix --- .../Pages/02-Exercises.xcplaygroundpage/Contents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0008-getters-and-key-paths/Getters and Key Paths.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift b/0008-getters-and-key-paths/Getters and Key Paths.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift index 5c9d0425..306efcfe 100644 --- a/0008-getters-and-key-paths/Getters and Key Paths.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift +++ b/0008-getters-and-key-paths/Getters and Key Paths.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift @@ -46,6 +46,6 @@ */ // TODO /*: - 8. Given a value in `EnumKeyPath` and a value in `EnumKeyPath`, can you construct a value in `EnumKeyPath>`? + 8. Given a value in `EnumKeyPath` and a value in `EnumKeyPath`, can you construct a value in `EnumKeyPath>`? */ // TODO