summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-11 01:54:16 +0000
committerSean Silva <silvas@purdue.edu>2013-01-11 01:54:16 +0000
commit52b23731d6e44a885922fd37cb7d2809e03c5303 (patch)
tree398fcf11f4f6d9d793b02017109891ab0023c709 /docs
parent4d0b4a45dc724666d5de4f2f7c2d295487e4ca3e (diff)
downloadllvm-52b23731d6e44a885922fd37cb7d2809e03c5303.tar.gz
llvm-52b23731d6e44a885922fd37cb7d2809e03c5303.tar.bz2
llvm-52b23731d6e44a885922fd37cb7d2809e03c5303.tar.xz
docs: fix misleading description.
PR14890 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/userguides.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 7e4e3b7bc0..c0a4356b0e 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -48,8 +48,8 @@ User Guides
* :doc:`tutorial/index`
- A walk through the process of using LLVM for a custom language, and the
- facilities LLVM offers in tutorial form.
+ Tutorials about using LLVM. Includes a tutorial about making a custom
+ language with LLVM.
* :ref:`developer_policy`