mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 14:48:15 -05:00
fix: comments typos
This commit is contained in:
@@ -132,7 +132,7 @@ interface ILensProtocol {
|
||||
* Comments can have these types of modules initialized:
|
||||
* - Action modules: any number of publication actions (e.g. collect, tip, etc.)
|
||||
* - Reference module: a module handling the rules when referencing this comment (e.g. token-gated mirrors)
|
||||
* Comments can have referrers (e.g. publications or profiles that allowed to discover the pointed publication).
|
||||
* Comments can have referrers (e.g. publications or profiles that helped to discover the pointed publication).
|
||||
* @custom:permissions Profile Owner or Delegated Executor.
|
||||
*
|
||||
* @param commentParams A CommentParams struct containing the needed parameters.
|
||||
|
||||
@@ -261,7 +261,7 @@ library Events {
|
||||
* @param followerProfileId The ID of the profile that executed the follow.
|
||||
* @param idOfProfileFollowed The ID of the profile that was followed.
|
||||
* @param followTokenIdAssigned The ID of the follow token assigned to the follower.
|
||||
* @param followModuleData The data to passed to the follow module, if any.
|
||||
* @param followModuleData The data to pass to the follow module, if any.
|
||||
* @param processFollowModuleReturnData The data returned by the followed profile follow module's processFollow
|
||||
* function, if the followed profile has a reference module set.
|
||||
* @param transactionExecutor The address of the account that executed this operation.
|
||||
|
||||
Reference in New Issue
Block a user