Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] Typo spotted by wolverian++.
  • Loading branch information
jnthn committed Jan 16, 2011
1 parent c0a00fa commit 7d4f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview.pod
Expand Up @@ -83,7 +83,7 @@ Rather than committing to one view of how to lay out an object in memory,
actually stored and accessed, how primitive types (integers, floating point
values and strings) are boxed and unboxed - or perhaps both. Additionally,
representations are orthogonal to meta-objects, meaning it is possible to
define one type (e.g. a class) and use it with different storage stratergies.
define one type (e.g. a class) and use it with different storage strategies.
This is known as representation polymorphism.

=head3 Gradual typing support
Expand Down

0 comments on commit 7d4f8de

Please sign in to comment.