Skip to content

Commit fd7bfea

Browse files
misc: MockProfileCreationProxy contract natspec improved
1 parent 400982f commit fd7bfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/MockProfileCreationProxy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {Errors} from '../libraries/Errors.sol';
1010
* @title MockProfileCreationProxy
1111
* @author Lens Protocol
1212
*
13-
* @notice This is an ownable proxy contract that enforces ".test" handle suffixes at profile creation.
13+
* @notice This is a proxy contract that enforces ".test" handle suffixes and adds char validations at profile creation.
1414
*/
1515
contract MockProfileCreationProxy {
1616
ILensHub immutable LENS_HUB;

0 commit comments

Comments
 (0)