diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-02-05 01:16:25 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-02-05 01:16:25 +0000 |
commit | cd1703b241509e3b4cf489a7456610fa3dcd9938 (patch) | |
tree | 506bbf52b2572f22a2d77fb957962536a00aefff /libcxx/docs/DesignDocs | |
parent | d65ac229f50aa52977597d8a4cf12d1101097d1e (diff) | |
download | bcm5719-llvm-cd1703b241509e3b4cf489a7456610fa3dcd9938.tar.gz bcm5719-llvm-cd1703b241509e3b4cf489a7456610fa3dcd9938.zip |
Fix typo in docs
llvm-svn: 294115
Diffstat (limited to 'libcxx/docs/DesignDocs')
-rw-r--r-- | libcxx/docs/DesignDocs/DebugMode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/DesignDocs/DebugMode.rst b/libcxx/docs/DesignDocs/DebugMode.rst index 166c733e663..3b997d44607 100644 --- a/libcxx/docs/DesignDocs/DebugMode.rst +++ b/libcxx/docs/DesignDocs/DebugMode.rst @@ -3,7 +3,7 @@ Debug Mode ========== .. contents:: - :local + :local: .. _using-debug-mode: |