about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2019-03-23 18:12:37 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-03-23 18:39:14 -0500
commit9cfa13ef0b80a90645979ff03487d02b95f4d2e0 (patch)
tree97fa2ff120b590e498503a6ad12ff58a370be11c /src/doc/rustc-dev-guide
parentd3eb9dc1b63ccd9efcf1d9f35f9a6222f354ecdb (diff)
downloadrust-9cfa13ef0b80a90645979ff03487d02b95f4d2e0.tar.gz
rust-9cfa13ef0b80a90645979ff03487d02b95f4d2e0.zip
oops
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index 6747fd31cbc..bce5959dcf9 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -165,7 +165,7 @@ then appear in standard error.
 **Note that unless you use a very strict filter, the logger will emit a lot of
 output, so use the most specific module(s) you can (comma-separated if
 multiple)**. It's typically a good idea to pipe standard error to a file and
-look at the log output with a text editor. You should also .
+look at the log output with a text editor.
 
 So to put it together.