Skip to content

Commit b31d163

Browse files
Merge pull request #68148 from trufae/patch-1
Fix typo in CppInteroperabilityContributorGuide.md
2 parents 898f9ef + e9126cc commit b31d163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperability/CppInteroperabilityContributorGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (Impl.isCxxInteropCompatVersionAtLeast(version::getUpcomingCxxInteropCompatVe
6666
}
6767
```
6868

69-
Elsewhere, this method can be called on the `LangOptoins` themselves:
69+
Elsewhere, this method can be called on the `LangOptions` themselves:
7070

7171
```
7272
if (SwiftContext.LangOpts.isCxxInteropCompatVersionAtLeast(version::getUpcomingCxxInteropCompatVersion())) {

0 commit comments

Comments
 (0)