Skip to content

Commit 8e3ceca

Browse files
author
3836425+corob-msft@users.noreply.github.com
committed
Fix entity use in ATL text encoding doc
1 parent dc3ec27 commit 8e3ceca

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/atl/reference/atl-text-encoding-functions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,13 @@ The length in characters of the converted string.
335335
336336
Possible conversions performed by this function are shown in the table:
337337
338-
|Source|Destination|
339-
|------------|-----------------|
340-
|\<|&lt;|
341-
|>|&gt;|
342-
|&|&amp;|
343-
|'|&apos;|
344-
|"|&quot;|
338+
| Source | Destination |
339+
|--|--|
340+
| \< | \&lt; |
341+
| > | \&gt; |
342+
| & | \&amp; |
343+
| ' | \&apos; |
344+
| " | \&quot; |
345345
346346
## <a name="getextendedchars"></a> GetExtendedChars
347347

0 commit comments

Comments
 (0)