Skip to content

Commit

Permalink
Change "Cannot assign to ..." to "Cannot modify ...". TimToady++
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 6, 2010
1 parent 04a918d commit e2f3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/assign.pir
Expand Up @@ -18,7 +18,7 @@ src/builtins/assign.pir - assignment operations
.local pmc rw
rw = getprop 'rw', cont
unless null rw goto rw_ok
'&die'('Cannot assign to readonly value')
'&die'('Cannot modify readonly value')
rw_ok:

# If the lhs isn't a scalar container, delegate to
Expand Down

0 comments on commit e2f3019

Please sign in to comment.