diff options
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r-- | InterfaceHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h index 49e92fcb..7784dbd7 100644 --- a/InterfaceHandler.h +++ b/InterfaceHandler.h @@ -82,7 +82,7 @@ public: /// Genereates the Developer's documentation of the contract /// @param _contractDef The contract definition /// @return A string with the json representation - /// of the contract's developer documentation + /// of the contract's developer documentation std::string devDocumentation(ContractDefinition const& _contractDef); private: |