diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-20 04:23:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-20 04:23:36 +0000 |
commit | 0f9a413eb270f6186708e088b553bb85a2ba7ae5 (patch) | |
tree | c78ee43817217efa881ca7487899f0cb1a48b79e /docs/ProgrammersManual.html | |
parent | 0b4f80ee898c1e85242482e4cb363e6bfe0a133b (diff) |
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 1ee38603c7..e6653f57a0 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -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> |