not a cache

This commit is contained in:
William Entriken 2018-02-20 17:45:23 -05:00 committed by GitHub
parent 1947d2f676
commit 490ce29eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ Also [the ENS](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-137.md) alr
## Test Cases
Following is a caching contract that detects which interfaces other contracts implement. From @fulldecent and @jbaylina.
Following is a contract that detects which interfaces other contracts implement. From @fulldecent and @jbaylina.
```solidity
pragma solidity ^0.4.20;