Skip to content

Commit

Permalink
doc: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 9, 2023
1 parent 0f9e10a commit fc3c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RNSUnified.sol
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ contract RNSUnified is Initializable, RNSToken {
}
emit RecordUpdated(id, indicator, record);

// Updating owner might emit more {RecordUpdated} events. See method {_afterTokenTransfer}.
// Updating owner might emit more {RecordUpdated} events. See method {_transfer}.
if (indicator.hasAny(ModifyingField.Owner.indicator())) {
_safeTransfer(_recordOf[id].mut.owner, mutRecord.owner, id, "");
}
Expand Down

0 comments on commit fc3c865

Please sign in to comment.