Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Update scripts/generate/templates/TransientStorage.js
  • Loading branch information
Amxx authored Mar 14, 2024
commit 5a407865c342ac3ed9b426947ef17ffc6c779fe8
2 changes: 1 addition & 1 deletion scripts/generate/templates/TransientStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function load${capitalize(type)}(bytes32 slot) internal view returns (${type} r)

const store = type => `\
/**
* @dev Store \`value\` in the transient slot \`store\`.
* @dev Store a ${type} \`value\` in the transient storage at location \`slot\`.
*/
function store(bytes32 slot, ${type} value) internal {
/// @solidity memory-safe-assembly
Expand Down