fix replace solidity with no language postfix

This commit is contained in:
Randell Dawson
2019-06-20 17:32:15 -07:00
committed by Kristofer Koishigawa
parent 1932a08858
commit 5e6ba79c04

View File

@ -30,7 +30,7 @@ Smart contracts in Ethereum are written using Solidity. Solidity is a contract-
Smart contracts in Hyperledger is called chaincode, and is written in Golang programming language.
## Hello World Smart Contract
```solidity
```
pragma solidity ^0.4.24;
contract Hello {
string public message;