From 490ce29eca89bd921ed312d0e902a0bb7fb3e446 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 20 Feb 2018 17:45:23 -0500 Subject: [PATCH] not a cache --- EIPS/eip-165.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-165.md b/EIPS/eip-165.md index 4eaac299..baf92244 100644 --- a/EIPS/eip-165.md +++ b/EIPS/eip-165.md @@ -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;