diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-12-05 17:07:30 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-12-07 11:53:29 -0500 |
commit | fa0c24c96e9937f666dcdd83d12145720c7b0329 (patch) | |
tree | bf5ce662ac1b0b3f83caed46d5d05a755e03dddd /src/rpc/util.h | |
parent | e2c473ff75f9ec272ab23e0ee30728b72aecd8f2 (diff) |
rpc: Document default values for optional arguments
Diffstat (limited to 'src/rpc/util.h')
-rw-r--r-- | src/rpc/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; /** |