Skip to content

Commit e202ffe

Browse files
committed
fix comment
1 parent 93c1f52 commit e202ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static T json_value(const json & body, const std::string & key, const T & defaul
5858

5959
const static std::string build_info("b" + std::to_string(LLAMA_BUILD_NUMBER) + "-" + LLAMA_COMMIT);
6060

61-
// thin wrapper around server_grammar_trigger with (de)serialization functions
61+
// thin wrapper around common_grammar_trigger with (de)serialization functions
6262
struct server_grammar_trigger {
6363
common_grammar_trigger value;
6464

0 commit comments

Comments
 (0)