diff options
author | Richard Kiss <him@richardkiss.com> | 2023-11-11 22:04:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 23:04:58 -0700 |
commit | 532dd74e38c29e16ea1cfc4e7eedb4f2fab3f3cd (patch) | |
tree | 649147d4e7ac415c2ba030d7eb5df33ae1b60067 /examples/parallel | |
parent | e86fc56f7521ca4b18d1d9939e82abd40c2f1c01 (diff) |
Fix some documentation typos/grammar mistakes (#4032)
* typos
* Update examples/parallel/README.md
Co-authored-by: Kerfuffle <44031344+KerfuffleV2@users.noreply.github.com>
---------
Co-authored-by: Kerfuffle <44031344+KerfuffleV2@users.noreply.github.com>
Diffstat (limited to 'examples/parallel')
-rw-r--r-- | examples/parallel/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parallel/README.md b/examples/parallel/README.md index 4d0fe5ce..df045673 100644 --- a/examples/parallel/README.md +++ b/examples/parallel/README.md @@ -1,3 +1,3 @@ # llama.cpp/example/parallel -Simplified simluation for serving incoming requests in parallel +Simplified simulation of serving incoming requests in parallel |