Skip to content

Commit 53bded0

Browse files
LightVilletLightVillet
andauthored
fix typo (#344)
Co-authored-by: LightVillet <dev@null>
1 parent bca2674 commit 53bded0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/httpserver/http_request.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)