Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S03] fix layout of ASCII table
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 7bd51c7 commit 9dc9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Expand Up @@ -3415,7 +3415,7 @@ representing the exclusion (has C<^>) or inclusion (no C<^>) of each
endpoint in the Range.

Range | .min | .max | .excludes_min | .excludes_max
-----------+------+------+-------------+------------
-----------+------+------+---------------+------------
1..10 | 1 | 10 | Bool::False | Bool::False
2.7..^9.3 | 2.7 | 9.3 | Bool::False | Bool::True
'a'^..'z' | 'a' | 'z' | Bool::True | Bool::False
Expand Down

0 comments on commit 9dc9676

Please sign in to comment.