Skip to content

Commit e98f3bc

Browse files
committed
Fix docs typo
1 parent bdef4a5 commit e98f3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Porting.md

+1-1
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)