Skip to content

Commit d7614c4

Browse files
authored
Merge pull request #12215 from xersky/patch-5
Fix markdown code format
2 parents c881349 + 89119b0 commit d7614c4

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/tutorials/erc20-annotated-code

1 file changed

+1
-1
lines changed

public/content/developers/tutorials/erc20-annotated-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ Make sure to update `_totalSupply` when the total number of tokens changes.
794794

795795
 
796796

797-
```
797+
```solidity
798798
/**
799799
* @dev Destroys `amount` tokens from `account`, reducing the
800800
* total supply.

0 commit comments

Comments
 (0)