Fix doc test failure for OpenOptionsExt

This commit is contained in:
David LeGare 2017-05-19 07:29:52 -05:00
parent 4cd838b274
commit a89292514b

View File

@ -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");
/// ```