Group typo fixes #2 (#5561)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2025-04-01 22:23:19 +02:00
committed by GitHub
parent 1873ecb38e
commit 450b833278
14 changed files with 33 additions and 41 deletions

View File

@ -34,7 +34,7 @@ pragma solidity ^0.8.24;
const udvt = ({ type, name }) => `\
/**
* @dev UDVT that represents a slot holding a ${type}.
* @dev UDVT that represents a slot holding ${type == 'address' ? 'an' : 'a'} ${type}.
*/
type ${name}Slot is bytes32;