File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,15 +181,15 @@ class http_request {
181181
182182 /* *
183183 * Method used to get a specific argument passed with the request.
184- * @param ket the specific argument to get the value from
184+ * @param key the specific argument to get the value from
185185 * @return the value(s) of the arg.
186186 **/
187187 http_arg_value get_arg (std::string_view key) const ;
188188
189189 /* *
190190 * Method used to get a specific argument passed with the request.
191191 * If the arg key has more than one value, only one is returned.
192- * @param ket the specific argument to get the value from
192+ * @param key the specific argument to get the value from
193193 * @return the value of the arg.
194194 **/
195195 std::string_view get_arg_flat (std::string_view key) const ;
You can’t perform that action at this time.
0 commit comments