Remove extra case statement in example (#5717)

This commit is contained in:
UIApplicationMain
2024-07-31 12:40:21 -04:00
committed by GitHub
parent e44bf9adb6
commit 5f804d005b
@@ -17,7 +17,7 @@ private func wrapInFunc(_ str: String, file: StaticString = #filePath, line: UIn
Example("""
func example(foo: Foo) {
switch foo {
case \(str):
\(str):
break
}
}