summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Mestanogullari <alp@well-typed.com>2018-08-30 20:57:17 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-08-30 20:57:18 +0200
commit140563ff30ac3d36604d31409547bf229008552e (patch)
tree3e05e32f0471ad71aa0cc0383437d3cb0af311ee
parent12e6e194f6c533e0d41bc1942dce9176a3bccf1c (diff)
downloadhaskell-140563ff30ac3d36604d31409547bf229008552e.tar.gz
fix -ddump-asm description
Summary: It was missing some words. Test Plan: None (docs only) Reviewers: bgamari, monoidal Reviewed By: monoidal Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5102
-rw-r--r--docs/users_guide/debugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 2039e1268b..6a4c7fe1a7 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -543,7 +543,7 @@ assembler.
:shortdesc: Dump final assembly
:type: dynamic
- Dump assembly language produced by the
+ Dump the final assembly produced by the native code generator.
Miscellaneous backend dumps