Skip to content

Commit

Permalink
Update GPv2SafeERC20.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 committed Aug 28, 2024
1 parent b74526a commit a68e8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library GPv2SafeERC20 {
// NOTE: Inspecting previous return data requires assembly. Note that
// we write the return data to memory 0 in the case where the return
// data size is 32, this is OK since the first 64 bytes of memory are
// reserved by Solidy as a scratch space that can be used within
// reserved by Solidity as a scratch space that can be used within
// assembly blocks.
// <https://docs.soliditylang.org/en/v0.7.6/internals/layout_in_memory.html>
// solhint-disable-next-line no-inline-assembly
Expand Down

0 comments on commit a68e8df

Please sign in to comment.