File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/c-runtime-library/reference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ For more information about using text and binary modes in Unicode and multibyte
134
134
| ** ` S ` ** | Specifies that caching is optimized for, but not restricted to, sequential access from disk. |
135
135
| ** ` R ` ** | Specifies that caching is optimized for, but not restricted to, random access from disk. |
136
136
| ** ` 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. |
138
138
| ** ` ccs=UNICODE ` ** | Specifies UNICODE as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |
139
139
| ** ` ccs=UTF-8 ` ** | Specifies UTF-8 as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |
140
140
| ** ` ccs=UTF-16LE ` ** | Specifies UTF-16LE as the encoded character set to use for this file. Leave unspecified if you want ANSI encoding. |
You can’t perform that action at this time.
0 commit comments