Skip to content

Commit 9b5f3b8

Browse files
fix: delete unnecessary asterisk
followup fix of #4136
1 parent a8a34fe commit 9b5f3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/fopen-wfopen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following table summarizes the modes that are used for various **`ccs`** fla
7272

7373
| ccs flag | No BOM (or new file) | BOM: UTF-8 | BOM: UTF-16 |
7474
|--|--|--|--|
75-
| **`UNICODE`** | **`UTF-16LE`** | **`*UTF-8`** | **`UTF-16LE`** |
75+
| **`UNICODE`** | **`UTF-16LE`** | **`UTF-8`** | **`UTF-16LE`** |
7676
| **`UTF-8`** | **`UTF-8`** | **`UTF-8`** | **`UTF-16LE`** |
7777
| **`UTF-16LE`** | **`UTF-16LE`** | **`UTF-8`** | **`UTF-16LE`** |
7878

0 commit comments

Comments
 (0)