From b651f5425bc551ae650aacead7df27e34722b93f Mon Sep 17 00:00:00 2001 From: Ellen Shapiro Date: Mon, 24 Feb 2020 18:48:57 -0600 Subject: [PATCH] name change to allow compiliation to work --- Sources/SourceDocsDemo/SampleCode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SourceDocsDemo/SampleCode.swift b/Sources/SourceDocsDemo/SampleCode.swift index c81757b..6fcd98a 100644 --- a/Sources/SourceDocsDemo/SampleCode.swift +++ b/Sources/SourceDocsDemo/SampleCode.swift @@ -153,7 +153,7 @@ extension Foo.Bar { } extension Foo.Bar.Baz { - public var baz: Foo.Bar.Baz { .baz } + public var bazoo: Foo.Bar.Baz { .baz } } // MARK: - ACL tests