Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/strsafe/nf-strsafe-stringcchcatexa.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Concatenates one string to another string. The size of the destination buffer i

<b>StringCchCatEx</b> is a replacement for the following functions:
<ul>
<li><a href="/cpp/c-runtime-library/reference/strcat-wcscat-mbscat">strcat, wcscat, _tcsat</a></li>
<li><a href="/cpp/c-runtime-library/reference/strcat-wcscat-mbscat">strcat, wcscat, _tcscat</a></li>
<li>
<a href="/windows/desktop/api/winbase/nf-winbase-lstrcata">lstrcat</a>
</li>
Expand Down