Change comments

This commit is contained in:
Alex Beregszaszi
2018-06-14 09:31:28 +01:00
parent e1d0bfe1ca
commit 4cdb6c809a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace solidity
enum class ExperimentalFeature
{
ABIEncoderV2, // new ABI encoder that makes use of JULIA
ABIEncoderV2, // new ABI encoder that makes use of Yul
SMTChecker,
V050, // v0.5.0 breaking changes
Test,