Skip to content

Commit f04da08

Browse files
Fix refactor bug converting SnippetBuilder to SnippetExtractor (#37)
1 parent 252c51b commit f04da08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Swift-DocC Convert/SwiftDocCConvert.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import PackagePlugin
5353
workingDirectory: URL(fileURLWithPath: context.pluginWorkDirectory.string, isDirectory: true)
5454
)
5555
#else
56-
let snippetExtractor: SnippetBuilder? = nil
56+
let snippetExtractor: SnippetExtractor? = nil
5757
#endif
5858

5959

0 commit comments

Comments
 (0)