Skip to content

Commit f6bda2d

Browse files
committed
Fix copy-pasto.
1 parent 88e0df7 commit f6bda2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/nqp.ops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ a native str - the repr is not obligated to do boxing/unboxing for you.
312312
=cut
313313

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

0 commit comments

Comments
 (0)