summaryrefslogtreecommitdiff
path: root/docs/examples/imap-multi.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-11-22 10:57:55 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-22 14:41:15 +0100
commitc1cdc08cbba4baa5297789a51e320537d787df22 (patch)
tree1ccdc99d0bc501ee1b8c689a33e026c0c58d4b7e /docs/examples/imap-multi.c
parentaf22c2a546ab862ab577c8d9d3609af0de178974 (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-multi.c')
-rw-r--r--docs/examples/imap-multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-multi.c b/docs/examples/imap-multi.c
index 3b5c63368..ace2551d9 100644
--- a/docs/examples/imap-multi.c
+++ b/docs/examples/imap-multi.c
@@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
- * IMAP example using the multi interface
+ * Get IMAP email with the multi interface
* </DESC>
*/