Skip to content

Commit c8928e4

Browse files
committed
fix typo: 誤字wstingをCIに追加
1 parent a7c2525 commit c8928e4

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.github/workflows/script/ngword_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
("", "移譲", "委譲"),
2929
("", r'型]\((.*?)\)型', "型](link)"),
3030
("", "constepx", "constexpr"),
31+
("", "wsting", "wstring"),
3132
("reference/chrono", "dulation", "duration"),
3233
("reference/random", "施行", "試行"),
3334
("reference/random", "疑似", "擬似"),

reference/string/stod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ double stod(const std::wstring& str, std::size_t* idx = nullptr) {
174174
175175
## 関連リンク
176176
### C標準ライブラリに由来する関数
177-
- `atof`: `stod`は`atof`を`std::string`および`std::wsting`に対応させたものと見なせる。
178-
- `strtod`, `wcstod`: `stod`は`strtod`および`wcstod`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
177+
- `atof`: `stod`は`atof`を`std::string`および`std::wstring`に対応させたものと見なせる。
178+
- `strtod`, `wcstod`: `stod`は`strtod`および`wcstod`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
179179
180180
### ファミリー
181181
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

reference/string/stoi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ int stoi(const std::wstring& str, std::size_t* idx = nullptr, int base = 10) {
234234
235235
## 関連リンク
236236
### C標準ライブラリに由来する関数
237-
- `atoi`: `stoi`は`atoi`を`std::string`および`std::wsting`に対応させたものと見なせる。
238-
- `strtol`, `wcstol`: `stoi`は`strtol`および`wcstol`をそれぞれ`std::string`と`std::wsting`に対応させ、戻り値の型を`int`に変更したものと見なせる。
237+
- `atoi`: `stoi`は`atoi`を`std::string`および`std::wstring`に対応させたものと見なせる。
238+
- `strtol`, `wcstol`: `stoi`は`strtol`および`wcstol`をそれぞれ`std::string`と`std::wsrting`に対応させ、戻り値の型を`int`に変更したものと見なせる。
239239
240240
### ファミリー
241241
- (`stoi`: この関数自身)

reference/string/stol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ long stol(const std::wstring& str, std::size_t* idx = nullptr, long base = 10) {
232232
233233
## 関連リンク
234234
### C標準ライブラリに由来する関数
235-
- `atol`: `stol`は`atol`を`std::string`および`std::wsting`に対応させたものと見なせる。
236-
- `strtol`, `wcstol`: `stol`は`strtol`および`wcstol`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
235+
- `atol`: `stol`は`atol`を`std::string`および`std::wstring`に対応させたものと見なせる。
236+
- `strtol`, `wcstol`: `stol`は`strtol`および`wcstol`をそれぞれ`std::string`と`std::wsrting`に対応させたものと見なせる。
237237
238238
### ファミリー
239239
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

reference/string/stold.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ long double stold(const std::wstring& str, std::size_t* idx = nullptr) {
173173
174174
## 関連リンク
175175
### C標準ライブラリに由来する関数
176-
- `atof`: `stold`は`atof`を`std::string`および`std::wsting`に対応させ、戻り値の型を`long double`に変更したものと見なせる。
177-
- `strtold`, `wcstold`: `stold`は`strtold`および`wcstold`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
176+
- `atof`: `stold`は`atof`を`std::string`および`std::wstring`に対応させ、戻り値の型を`long double`に変更したものと見なせる。
177+
- `strtold`, `wcstold`: `stold`は`strtold`および`wcstold`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
178178
179179
### ファミリー
180180
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

reference/string/stoll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ long long stoll(const std::wstring& str, std::size_t* idx = nullptr, long long b
237237
238238
## 関連リンク
239239
### C標準ライブラリに由来する関数
240-
- `atoll`: `stoll`は`atoll`を`std::string`および`std::wsting`に対応させたものと見なせる。
241-
- `strtoll`, `wcstlol`: `stoll`は`strtoll`および`wcstoll`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
240+
- `atoll`: `stoll`は`atoll`を`std::string`および`std::wstring`に対応させたものと見なせる。
241+
- `strtoll`, `wcstlol`: `stoll`は`strtoll`および`wcstoll`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
242242
243243
### ファミリー
244244
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

reference/string/stoul.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ unsigned long stoul(const std::wstring& str, std::size_t* idx = nullptr, unsigne
237237
238238
## 関連リンク
239239
### C標準ライブラリに由来する関数
240-
- `atol`: `stoul`は`atol`を`std::string`および`std::wsting`に対応させ、戻り値の型を`unsigned long`に変更したものと見なせる。
241-
- `strtoul`, `wcstoul`: `stoul`は`strtoul`および`wcstoul`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
240+
- `atol`: `stoul`は`atol`を`std::string`および`std::wstring`に対応させ、戻り値の型を`unsigned long`に変更したものと見なせる。
241+
- `strtoul`, `wcstoul`: `stoul`は`strtoul`および`wcstoul`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
242242
243243
### ファミリー
244244
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

reference/string/stoull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ unsigned long long stoull(const std::wstring& str, std::size_t* idx = nullptr, u
237237
238238
## 関連リンク
239239
### C標準ライブラリに由来する関数
240-
- `atoll`: `stoull`は`atoll`を`std::string`および`std::wsting`に対応させ、戻り値の型を`unsigned long long`に変更したものと見なせる。
241-
- `strtoll`, `wcstoll`: `stoull`は`strtoll`および`wcstoull`をそれぞれ`std::string`と`std::wsting`に対応させたものと見なせる。
240+
- `atoll`: `stoull`は`atoll`を`std::string`および`std::wstring`に対応させ、戻り値の型を`unsigned long long`に変更したものと見なせる。
241+
- `strtoll`, `wcstoll`: `stoull`は`strtoll`および`wcstoull`をそれぞれ`std::string`と`std::wstring`に対応させたものと見なせる。
242242
243243
### ファミリー
244244
- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。

0 commit comments

Comments
 (0)