Skip to content

Commit 5efe88e

Browse files
TylerMSFTTylerMSFT
authored andcommitted
contraction fix
1 parent 32375f7 commit 5efe88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For more information about using text and binary modes in Unicode and multibyte
134134
| **`S`** | Specifies that caching is optimized for, but not restricted to, sequential access from disk. |
135135
| **`R`** | Specifies that caching is optimized for, but not restricted to, random access from disk. |
136136
| **`T`** | Specifies a file that isn't written to disk unless memory pressure requires it. |
137-
| **`D`** | Specifies a temporary file that is deleted when the last file pointer to it's closed. |
137+
| **`D`** | Specifies a temporary file that is deleted when the last file pointer to it is closed. |
138138
| **`ccs=UNICODE`** | Specifies UNICODE as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |
139139
| **`ccs=UTF-8`** | Specifies UTF-8 as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |
140140
| **`ccs=UTF-16LE`** | Specifies UTF-16LE as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |

0 commit comments

Comments
 (0)