Skip to content

Commit 0738193

Browse files
authored
Merge pull request #2601 from MaxDesiatov/patch-1
Fix typo in `0450-swiftpm-package-traits.md`
2 parents ace1b35 + 38745d0 commit 0738193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0450-swiftpm-package-traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ compiler error to detect this during build time.
457457

458458
```swift
459459
#if Trait1 && Trait2
460-
#error("Trait1 and Trait2 are mutuall exclusive")
460+
#error("Trait1 and Trait2 are mutually exclusive")
461461
#endif
462462
```
463463

0 commit comments

Comments
 (0)