Skip to content

Commit e914a38

Browse files
committed
WIP
1 parent 55f591a commit e914a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ struct ContentView: View {
343343
Note for library authors
344344
------------------------
345345

346-
If your library depends on SwiftUI Introspect, declare a version range that spans at least the **last two major versions** instead of jumping straight to the latest. This avoids conflicts when apps pull the library directly or through multiple dependencies. For example:
346+
If your library depends on SwiftUI Introspect, declare a version range that spans at least the **last two major versions** instead of jumping straight to the latest. This avoids conflicts when apps pull the library directly and through multiple dependencies. For example:
347347

348348
```swift
349349
.package(url: "https://github.com/siteline/swiftui-introspect", "1.3.0"..<"27.0.0"),

0 commit comments

Comments
 (0)