Skip to content

Commit 608a041

Browse files
authored
Fix a typo in CppInteroperabilityManifesto.Md
1 parent 976a1d7 commit 608a041

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)