misc: Clarified comment.

This commit is contained in:
Peter Michael
2022-06-23 14:49:38 -04:00
parent b30ad842cc
commit 67132e7cf0

View File

@@ -9,7 +9,8 @@ import {Errors} from '../../libraries/Errors.sol';
/**
* @title LensMultiState
*
* @notice This is an abstract contract that implements internal LensHub state setting and validation.
* @notice This is an abstract contract that implements internal LensHub state validation. Setting
* is delegated to the GeneralLib.
*
* whenNotPaused: Either publishingPaused or Unpaused.
* whenPublishingEnabled: When Unpaused only.