Skip to content

Commit 44ee108

Browse files
authored
Merge pull request #3997 from tsadakane/patch-1
Fix typo
2 parents bbb60a3 + e565924 commit 44ee108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/strtod-strtod-l-wcstod-wcstod-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ double wcstod(
2929
const wchar_t *strSource,
3030
wchar_t **endptr
3131
);
32-
double wcstod_l(
32+
double _wcstod_l(
3333
const wchar_t *strSource,
3434
wchar_t **endptr,
3535
_locale_t locale

0 commit comments

Comments
 (0)