Skip to content

Commit

Permalink
server : fix typo (ggerganov#2181)
Browse files Browse the repository at this point in the history
A simple comment typo, PR can be dismissed
  • Loading branch information
dvaldivia authored and jiahansu committed May 28, 2024
1 parent 1cd749c commit 03aa26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
"application/json");
}

// reset params to thier defaults
// reset params to their defaults
params = default_params;
});
svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
Expand Down

0 comments on commit 03aa26d

Please sign in to comment.