fix a typo
authorChris Lattner <sabre@nondot.org>
Wed, 20 Dec 2006 04:23:36 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Dec 2006 04:23:36 +0000 (04:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32713 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 1ee38603c7e47a2ce0392cec614e923880b0a071..e6653f57a038ee512816c2be1ea0ba998e4b47e5 100644 (file)
@@ -1279,7 +1279,7 @@ For our purposes below, we need three concepts.  First, an "Opaque Type" is
 exactly as defined in the <a href="LangRef.html#t_opaque">language 
 reference</a>.  Second an "Abstract Type" is any type which includes an 
 opaque type as part of its type graph (for example "<tt>{ opaque, int }</tt>").
-Third, a concrete type is a type that is not an abstract type (e.g. "<tt>[ int, 
+Third, a concrete type is a type that is not an abstract type (e.g. "<tt>{ int, 
 float }</tt>").
 </p>