Author: pmichaud Date: Thu May 18 10:24:58 2006 New Revision: 9298 Modified: doc/trunk/design/syn/S02.pod
Log: typo: change B<Block> to C<Block> Modified: doc/trunk/design/syn/S02.pod ============================================================================== --- doc/trunk/design/syn/S02.pod (original) +++ doc/trunk/design/syn/S02.pod Thu May 18 10:24:58 2006 @@ -353,7 +353,7 @@ Built-in object types start with an uppercase letter. This includes immutable types (e.g. C<Int>, C<Num>, C<Complex>, C<Rational>, C<Str>, -C<Bit>, C<Regex>, C<Set>, C<Junction>, C<Code>, B<Block>, C<List>, +C<Bit>, C<Regex>, C<Set>, C<Junction>, C<Code>, C<Block>, C<List>, C<Seq>), as well as mutable (container) types, such as C<Scalar>, C<Array>, C<Hash>, C<Buf>, C<Routine>, C<Module>, etc.