From a89292514b6d4c4e9be7d6d527ad72e08e27173c Mon Sep 17 00:00:00 2001 From: David LeGare Date: Fri, 19 May 2017 07:29:52 -0500 Subject: Fix doc test failure for OpenOptionsExt --- src/libstd/sys/windows/ext/fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs index 34f3a0196ce..2d00cb38ec4 100644 --- a/src/libstd/sys/windows/ext/fs.rs +++ b/src/libstd/sys/windows/ext/fs.rs @@ -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"); /// ``` -- cgit 1.4.1-3-g733a5