fix validation
authorChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2007 07:30:39 +0000 (07:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2007 07:30:39 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43549 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl4.html

index 8661b6244bfe7a85d06c41857530d473712a5c79..8c25a047c7e096a154786a9f6a44a1f960d583a5 100644 (file)
@@ -360,7 +360,7 @@ functionality, but can we do more?</p>
 
 <div class="doc_code">
 <pre>
-ready&gt; def testfunc(x y) x + y*2; </b> 
+ready&gt; <b>def testfunc(x y) x + y*2; </b> 
 Read function definition:
 define double @testfunc(double %x, double %y) {
 entry: