misc: Small commment tweak

This commit is contained in:
donosonaumczuk
2023-06-23 19:09:18 +01:00
parent 4fb88d29bb
commit 907c9981ee

View File

@@ -154,7 +154,7 @@ library ValidationLib {
} else {
// Checked/Verified referral. Publication referrer.
if (
// Cannot pass itself as a referrer.
// Cannot pass the targeted publication as a referrer.
referrerProfileId == targetedProfileId && referrerPubId == targetedPubId
) {
revert Errors.InvalidReferrer();