Skip to content

Commit

Permalink
[docs] Fix a typo in CppInteroperabilityManifesto.md (#34345)
Browse files Browse the repository at this point in the history
The "bridging-std-string" section contained a typo in the C++ header example, compared to the imported Swift header.
  • Loading branch information
TheHarcker authored Oct 19, 2020
1 parent fd8f723 commit f2f7cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CppInteroperabilityManifesto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3197,7 +3197,7 @@ UTF-8 data.
class Employee {
public:
std::string DebugDescription() const;
[[swift::import_as_std_string]] std::string SeriaziledAsProtobuf() const;
[[swift::import_as_std_string]] std::string SerializedAsProtobuf() const;
};
```
Expand Down

0 comments on commit f2f7cc6

Please sign in to comment.