Skip to content

Commit 984df63

Browse files
authored
Merge pull request swiftlang#30478 from MForster/patch-1
Fix a typo in CppInteroperabilityManifesto.md
2 parents cf32559 + 608a041 commit 984df63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperabilityManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ public:
11031103
// C++ header imported in Swift.
11041104
11051105
struct Employee {
1106-
func mutable_name() -> UnsafeMutablePointer<std.string>
1106+
func mutable_company() -> UnsafeMutablePointer<std.string>
11071107
}
11081108
```
11091109

0 commit comments

Comments
 (0)