diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-06 10:08:05 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-06 10:08:05 -0800 |
commit | 0239526cccf8aa708e29eeb7e49de8f6dc6c1a5f (patch) | |
tree | 8bb2b432b520a660b18d8117df1b0f8f68b46cde /lldb/docs | |
parent | 8c8ffd461d16681cb1fc764bedfa8b09fde260aa (diff) | |
download | bcm5719-llvm-0239526cccf8aa708e29eeb7e49de8f6dc6c1a5f.tar.gz bcm5719-llvm-0239526cccf8aa708e29eeb7e49de8f6dc6c1a5f.zip |
[lldb/Docs] Fix capitalization typo.
This has been bothering me for way too long.
Diffstat (limited to 'lldb/docs')
-rw-r--r-- | lldb/docs/resources/build.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst index efa94de42a9..f97b39564e9 100644 --- a/lldb/docs/resources/build.rst +++ b/lldb/docs/resources/build.rst @@ -341,7 +341,7 @@ Build LLDB standalone for development with Xcode: <https://cmake.org/cmake/help/v3.14/release/3.14.html#command-line>`_ -Building The Documentation +Building the Documentation -------------------------- If you wish to build the optional (reference) documentation, additional |