Skip to content

Commit

Permalink
Fix escaping underscore in generated Solidity docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Apr 22, 2024
1 parent ab337f8 commit 64ddefe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3994,7 +3994,7 @@ an update to a single token. Can be overriden in inheriting contract.
visibility="internal"
anchor="xref-InverseBaseProjected1155-_update-address-address-uint256---uint256---"
>
See {ERC1155-_update}.
See \{ERC1155-_update\}.
</SolidityDetailBlock>

<SolidityDetailBlock
Expand Down Expand Up @@ -4899,7 +4899,7 @@ an update to a single token. Can be overriden in inheriting contract.
visibility="internal"
anchor="xref-InverseAppProjected1155-_update-address-address-uint256---uint256---"
>
See {ERC1155-_update}.
See \{ERC1155-_update\}.
</SolidityDetailBlock>

<SolidityDetailBlock
Expand Down

0 comments on commit 64ddefe

Please sign in to comment.