Commit d97e7a1
authored
Fix typos in System.Text/Encoding/GetPreamble method code snippets (dotnet#7886)
* Fix typo: containa BOM -> contain a BOM in C# code snippet
* Fix typo: containa BOM -> contain a BOM in C++ code snippet1 parent 629911e commit d97e7a1
File tree
2 files changed
+2
-2
lines changed- snippets
- cpp/VS_Snippets_CLR_System/system.Text.Encoding.GetPreamble Example/CPP
- csharp/System.Text/Encoding/GetPreamble
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments