diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-12-10 14:02:15 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-12-10 14:02:21 -0500 |
commit | 5f23460c7e316fe7c944680f3feff07ebb867f70 (patch) | |
tree | 98e72243638bca0090fdffdf75f5a576726ab739 /src/rpc/util.h | |
parent | 234b99b9210c0a18fca10dfa75331a68f8e74a13 (diff) | |
parent | fa0c24c96e9937f666dcdd83d12145720c7b0329 (diff) |
Merge #14877: rpc: Document default values for optional arguments
fa0c24c96e rpc: Document default values for optional arguments (MarcoFalke)
Pull request description:
Tree-SHA512: e1f5ea67d7ac67526ae87bffaeb308a9ad68632e161fe0148cd431a340bb7a30def18f1dbc7e98c6c1c269ac8942fd5d5334c85c48e4fb1cead70a42536b6eef
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 7dedb915fb..9e97b3ae0b 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; /** |