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/imap-append.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/imap-append.c')
-rw-r--r-- | docs/examples/imap-append.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-append.c b/docs/examples/imap-append.c index b66d8687e..303c36fa9 100644 --- a/docs/examples/imap-append.c +++ b/docs/examples/imap-append.c @@ -23,7 +23,7 @@ ***************************************************************************/ /* <DESC> - * IMAP example showing how to send emails + * Send email with IMAP * </DESC> */ |