From 6385641f6e461a1964da793956fbe0ef8cddadd3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 24 Aug 2017 15:08:31 +0200 Subject: Fix tests. --- libsolidity/interface/ABI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/interface') diff --git a/libsolidity/interface/ABI.h b/libsolidity/interface/ABI.h index 7e42909b..db70729d 100644 --- a/libsolidity/interface/ABI.h +++ b/libsolidity/interface/ABI.h @@ -50,7 +50,7 @@ private: std::vector const& _types, bool _forLibrary ); - /// @returns a Json object with "name", "type" and potentially "subtype" keys, according + /// @returns a Json object with "name", "type" and potentially "components" keys, according /// to the ABI specification. /// If it is possible to express the type as a single string, it is allowed to return a single string. static Json::Value formatType(std::string const& _name, Type const& _type, bool _forLibrary); -- cgit