Skip to content

Commit f2f7cc6

Browse files
authored
[docs] Fix a typo in CppInteroperabilityManifesto.md (#34345)
The "bridging-std-string" section contained a typo in the C++ header example, compared to the imported Swift header.
1 parent fd8f723 commit f2f7cc6

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
@@ -3197,7 +3197,7 @@ UTF-8 data.
31973197
class Employee {
31983198
public:
31993199
std::string DebugDescription() const;
3200-
[[swift::import_as_std_string]] std::string SeriaziledAsProtobuf() const;
3200+
[[swift::import_as_std_string]] std::string SerializedAsProtobuf() const;
32013201
};
32023202
```
32033203

0 commit comments

Comments
 (0)