[LangRef] Unbreak the docs Sphinx build.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 25 Sep 2015 00:05:40 +0000 (00:05 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 25 Sep 2015 00:05:40 +0000 (00:05 +0000)
r248551 introduced some breakage due to incorrectly terminated
``literals`` s.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248552 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 6cfc8f9a97b3934461305b2a7aa2a2e7a70f5a2c..9b8aaa7a1fd278cd3e9ae6744a53e6788c0d0548 100644 (file)
@@ -1448,8 +1448,8 @@ Note: operand bundles are a work in progress, and they should be
 considered experimental at this time.
 
 Operand bundles are tagged sets of SSA values that can be associated
-with certain LLVM instructions (currently only ``call``s and
-``invoke``s).  In a way they are like metadata, but dropping them is
+with certain LLVM instructions (currently only ``call`` s and
+``invoke`` s).  In a way they are like metadata, but dropping them is
 incorrect and will change program semantics.
 
 Syntax::