Skip to content

Commit 643030c

Browse files
committed
[Fix] same typo
1 parent 8aa06cd commit 643030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/string/stol.md

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

0 commit comments

Comments
 (0)