Skip to content

Commit b9bacf0

Browse files
committed
fix readme typo
1 parent bbbdc19 commit b9bacf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.ZH.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
```c++
1818
#include <iostream>
1919
#include <ext/convert.hpp>
20-
#include <ext/convert_windows_.hpp>
20+
#include <ext/convert_windows.hpp>
2121

2222
using std::string_view_literals::operator""sv;
2323

@@ -32,7 +32,7 @@ int main() {
3232
```c++
3333
#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
3434
#include <ext/convert.hpp>
35-
#include <ext/convert_windows_.hpp>
35+
#include <ext/convert_windows.hpp>
3636
```
3737
3838
## 互转表格

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can convert strings through the following API:
1717
```c++
1818
#include <iostream>
1919
#include <ext/convert.hpp>
20-
#include <ext/convert_windows_.hpp>
20+
#include <ext/convert_windows.hpp>
2121

2222
using std::string_view_literals::operator""sv;
2323

@@ -32,7 +32,7 @@ You can customize namespace:
3232
```c++
3333
#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
3434
#include <ext/convert.hpp>
35-
#include <ext/convert_windows_.hpp>
35+
#include <ext/convert_windows.hpp>
3636
```
3737
3838
## Conversion matrix

0 commit comments

Comments
 (0)