Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/libraries/constants/Events.sol
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ library Events {
* @param followTokenIdAssigned The ID of the follow token assigned to the follower.
* @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.
* function, if the followed profile has a follow module set.
* @param transactionExecutor The address of the account that executed this operation.
* @param timestamp The timestamp of the follow operation.
*/
Expand Down