Skip to content

Commit bb2526a

Browse files
committed
Fix docs typo
1 parent 11b23d3 commit bb2526a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Porting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ to load that information:
148148
+++ b/Sources/Testing/Discovery+Platform.swift
149149

150150
// ...
151-
+#elseif os(macintosh)
151+
+#elseif os(Classic)
152152
+private func _testContentSectionBounds() -> [SectionBounds] {
153153
+ let oldRefNum = CurResFile()
154154
+ defer {

0 commit comments

Comments
 (0)