Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Sep 28, 2011
1 parent b66750b commit e855e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Physics/UEMColumn.pm
Expand Up @@ -18,7 +18,7 @@ class Physics::UEMColumn {

has 'debug' => ( isa => 'Num', is => 'ro', default => 0);

has 'transform' => ( isa => 'Physics::UEMColumn::Transform', is = 'ro', builder => '_make_transform' );
has 'transform' => ( isa => 'Physics::UEMColumn::Transform', is => 'ro', builder => '_make_transform' );

has 'number' => ( isa => 'Num', is => 'rw', required => 1);

Expand Down

0 comments on commit e855e75

Please sign in to comment.