Skip to content

Commit e9126cc

Browse files
authored
Fix typo in CppInteroperabilityContributorGuide.md
1 parent f797d35 commit e9126cc

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)