Skip to content

Commit bd89f36

Browse files
authored
Update wctomb-s-wctomb-s-l.md
Added code escape so machine translation doesn't modify EILSEQ
1 parent ec8a273 commit bd89f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Error Conditions
6363

6464
If any of the above error conditions occurs, the invalid parameter handler is invoked, as described in [Parameter validation](../parameter-validation.md). If execution is allowed to continue, `wctomb` returns `EINVAL` and sets `errno` to `EINVAL`.
6565

66-
The return value [EILSEQ](../errno-constants.md) indicates that the value passed via the parameter `wchar` is not a valid wide character.
66+
The return value [`EILSEQ`](../errno-constants.md) indicates that the value passed via the parameter `wchar` is not a valid wide character.
6767

6868
## Remarks
6969

0 commit comments

Comments
 (0)