Skip to content

Commit

Permalink
Fix doc test failure for OpenOptionsExt
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed May 19, 2017
1 parent 4cd838b commit a892925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/windows/ext/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub trait OpenOptionsExt {
/// .create(true)
///
/// // Sets the flag value to `SecurityIdentification`.
/// options.security_qos_flags(1)
/// .security_qos_flags(1)
///
/// .open("foo.txt");
/// ```
Expand Down

0 comments on commit a892925

Please sign in to comment.