Skip to content

Commit 8aa06cd

Browse files
committed
[Fix] srtingとなっていたので修正
1 parent add1685 commit 8aa06cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/string/stoi.md

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

0 commit comments

Comments
 (0)