Skip to content

Commit 478e982

Browse files
authored
Fix comment (#361)
1 parent b58b5c2 commit 478e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/v0.8/utils/Actor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library Actor {
3333
/// @notice flag used to indicate that the call_actor or call_actor_id should perform a static_call to the desired actor
3434
uint64 constant READ_ONLY_FLAG = 0x00000001;
3535

36-
/// @notice flag used to indicate that the call_actor or call_actor_id should perform a delegate_call to the desired actor
36+
/// @notice flag used to indicate that the call_actor or call_actor_id should perform a call to the desired actor
3737
uint64 constant DEFAULT_FLAG = 0x00000000;
3838

3939
/// @notice the provided address is not valid

0 commit comments

Comments
 (0)