Skip to content

Commit 38745d0

Browse files
authored
Fix typo in 0450-swiftpm-package-traits.md
`mutuall exclusive` -> `mutually exclusive`
1 parent 93575ec commit 38745d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0450-swiftpm-package-traits.md

Lines changed: 1 addition & 1 deletion
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)