diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-11-22 10:57:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-11-22 14:41:15 +0100 |
commit | c1cdc08cbba4baa5297789a51e320537d787df22 (patch) | |
tree | 1ccdc99d0bc501ee1b8c689a33e026c0c58d4b7e /docs/examples/multithread.c | |
parent | af22c2a546ab862ab577c8d9d3609af0de178974 (diff) |
examples: update descriptions
Make them not say "this is an example showing..." and instead just say
what the example shows.
Closes #9960
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r-- | docs/examples/multithread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 4f2c85574..2b89798e3 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -22,7 +22,7 @@ * ***************************************************************************/ /* <DESC> - * A multi-threaded example that uses pthreads to fetch several files at once + * A multi-threaded program using pthreads to fetch several files at once * </DESC> */ |