From 17159fe26f7d59ce6d7a808b1564a99b3c93466b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 31 Jul 2006 15:22:58 +0000 Subject: Typo fix --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index a14f817..2841670 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -7,7 +7,7 @@ differed from user-defined types because it was not possible to use the built-in types as the basis for object-oriented inheritance. This limitation does not exist any longer.} -The principal built-in types are numerics, sequences, mappings, files +The principal built-in types are numerics, sequences, mappings, files, classes, instances and exceptions. \indexii{built-in}{types} -- cgit v0.12