about summary refs log tree commit diff
path: root/src/libstd/sys/windows
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2017-10-20 15:29:35 -0400
committersteveklabnik <steve@steveklabnik.com>2017-10-20 15:29:35 -0400
commitf8f9005e57852d4775b952d3b430e458a6a414bb (patch)
tree819f8dc5ab2f8edc7971e9fcba5020cc981b5176 /src/libstd/sys/windows
parent95272a07f1fe3a82497225a4cd0d67080b8ffebf (diff)
downloadrust-f8f9005e57852d4775b952d3b430e458a6a414bb.tar.gz
rust-f8f9005e57852d4775b952d3b430e458a6a414bb.zip
Fix most rendering warnings from switching to CommonMark
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/ext/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs
index a532163f61e..24c41046f26 100644
--- a/src/libstd/sys/windows/ext/fs.rs
+++ b/src/libstd/sys/windows/ext/fs.rs
@@ -32,7 +32,7 @@ pub trait FileExt {
     /// function, it is set to the end of the read.
     ///
     /// Reading beyond the end of the file will always return with a length of
-    /// 0.
+    /// 0\.
     ///
     /// Note that similar to `File::read`, it is not an error to return with a
     /// short read. When returning from such a short read, the file pointer is