From 0f9a413eb270f6186708e088b553bb85a2ba7ae5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Dec 2006 04:23:36 +0000 Subject: fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32713 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') 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 language reference. Second an "Abstract Type" is any type which includes an opaque type as part of its type graph (for example "{ opaque, int }"). -Third, a concrete type is a type that is not an abstract type (e.g. "[ int, +Third, a concrete type is a type that is not an abstract type (e.g. "{ int, float }").

-- cgit v1.2.3-18-g5258