Skip to content

Commit

Permalink
Update contracts/lib/PILicenseTemplateErrors.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti authored Jun 27, 2024
1 parent 931661c commit 60f9b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lib/PILicenseTemplateErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library PILicenseTemplateErrors {
/// @notice Cannot add derivative reciprocal when derivative use is disabled.
error PILicenseTemplate__DerivativesDisabled_CantAddReciprocal();

/// @notice Cannot add derivative revenue share when derivative use is disabled.
/// @notice Cannot add derivative revenue ceiling when derivative use is disabled.
error PILicenseTemplate__DerivativesDisabled_CantAddDerivativeRevCeiling();

/// @notice Zero address provided for License Registry at initialization.
Expand Down

0 comments on commit 60f9b5a

Please sign in to comment.