Skip to content

Commit a892925

Browse files
committed
Fix doc test failure for OpenOptionsExt
1 parent 4cd838b commit a892925

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/sys/windows/ext

1 file changed

+1
-1
lines changed

src/libstd/sys/windows/ext/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pub trait OpenOptionsExt {
241241
/// .create(true)
242242
///
243243
/// // Sets the flag value to `SecurityIdentification`.
244-
/// options.security_qos_flags(1)
244+
/// .security_qos_flags(1)
245245
///
246246
/// .open("foo.txt");
247247
/// ```

0 commit comments

Comments
 (0)