Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grynspan committed Jan 3, 2025
1 parent 11b23d3 commit bb2526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ to load that information:
+++ b/Sources/Testing/Discovery+Platform.swift

// ...
+#elseif os(macintosh)
+#elseif os(Classic)
+private func _testContentSectionBounds() -> [SectionBounds] {
+ let oldRefNum = CurResFile()
+ defer {
Expand Down

0 comments on commit bb2526a

Please sign in to comment.