From fa0c24c96e9937f666dcdd83d12145720c7b0329 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 5 Dec 2018 17:07:30 -0500 Subject: rpc: Document default values for optional arguments --- src/rpc/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc/util.h') diff --git a/src/rpc/util.h b/src/rpc/util.h index 1d1df2c635..2185c8d52e 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -90,7 +90,7 @@ struct RPCArg { /** * Return the type string of the argument. - * Set oneline to allow it to be overrided by a custom oneline type string (m_oneline_description). + * Set oneline to allow it to be overridden by a custom oneline type string (m_oneline_description). */ std::string ToString(bool oneline) const; /** -- cgit v1.2.3