diff options
author | Eli Bendersky <eliben@google.com> | 2012-10-18 18:12:05 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-10-18 18:12:05 +0000 |
commit | 77ed3424e41cfb06600dbc7c138a565be71cfb95 (patch) | |
tree | b2e635fe1853698094d030c21c5e013222c48880 | |
parent | 1c5bf3f429927c31b9ffc1308ea1ada7a58ee1c0 (diff) |
test commit: verifying access from new address
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166197 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.txt b/docs/README.txt index 2fbbf98740..5ddd599d8a 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -6,7 +6,7 @@ The LLVM documentation is currently written in two formats: * Plain HTML documentation. * reStructured Text documentation using the Sphinx documentation generator. It - is currently tested with Sphinx 1.1.3. + is currently tested with Sphinx 1.1.3. For more information, see the "Sphinx Introduction for LLVM Developers" document. |