Skip to content

Commit

Permalink
examples : fix typo in parallel example doc comment (#4181)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev authored Nov 23, 2023
1 parent ff8238f commit 9d5949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parallel/parallel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// A basic application simulating a server with multiple clients.
// The clients submite requests to the server and they are processed in parallel.
// The clients submit requests to the server and they are processed in parallel.

#include "common.h"
#include "llama.h"
Expand Down

0 comments on commit 9d5949f

Please sign in to comment.