Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-pasto.
  • Loading branch information
jnthn committed May 22, 2011
1 parent 88e0df7 commit f6bda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/nqp.ops
Expand Up @@ -312,7 +312,7 @@ a native str - the repr is not obligated to do boxing/unboxing for you.
=cut

*/
inline op repr_bind_attr_num(in PMC, in PMC, in STR, in STR) :base_core {
inline op repr_bind_attr_str(in PMC, in PMC, in STR, in STR) :base_core {
if ($1->vtable->base_type == smo_id)
REPR($1)->bind_attribute_str(interp, REPR_PMC($1), $1, $2, $3, NO_HINT, $4);
else
Expand Down

0 comments on commit f6bda2d

Please sign in to comment.