Skip to content

Commit

Permalink
Changes another variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jan 21, 2020
1 parent 621dcf4 commit 5c589c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Metamodel/Primitives.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for what C<$configuration> can contain (until we have better docs, sorry).
method rebless(Mu $object, Mu $type)
Changes C<$object> to be of type C<$type>. This only works if C<$type>
type-checks against the current type of C<$obj>, and if the storage of
type-checks against the current type of C<$object>, and if the storage of
C<$object> is a subset of that of C<$type>. N<As of Raku 2019.11, this method
requires
L<special arrangements|https://github.com/rakudo/rakudo/issues/3414#issuecomment-573251877>>.
Expand Down

0 comments on commit 5c589c5

Please sign in to comment.