Author: jimmy Date: 2009-09-23 15:18:37 +0200 (Wed, 23 Sep 2009) New Revision: 28378
Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]wrapping the line. Modified: docs/Perl6/Spec/S02-bits.pod =================================================================== --- docs/Perl6/Spec/S02-bits.pod 2009-09-23 13:05:52 UTC (rev 28377) +++ docs/Perl6/Spec/S02-bits.pod 2009-09-23 13:18:37 UTC (rev 28378) @@ -617,7 +617,8 @@ 'x'.methods; # this is likely an error - not a meta object Str.methods; # same thing -(For a prototype system (a non-class-based object system), all objects are merely managed by the same meta object.) +(For a prototype system (a non-class-based object system), all objects +are merely managed by the same meta object.) =item * @@ -631,7 +632,8 @@ (C<Num> may support arbitrary-precision floating-point arithmetic, but is not required to unless we can do so portably and efficiently. C<Num> -must support the largest native floating point format that runs at full speed.) +must support the largest native floating point format that runs at full +speed.) C<Rat> supports arbitrary precision rational arithmetic. Dividing two C<Int> objects using C<< infix:</> >> produces a