Skip to content

Commit fd0965c

Browse files
lemreyrlubos
authored andcommitted
net: lib: download_client: minor update to doc
Hint that fragment size is an upper bound, but not a lower bound. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 8a1f57f commit fd0965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/download_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int download_client_connect(struct download_client *client, const char *host,
173173
/**
174174
* @brief Download a file.
175175
*
176-
* The download is carried out in fragments of @c
176+
* The download is carried out in fragments of up to @c
177177
* CONFIG_DOWNLOAD_CLIENT_MAX_FRAGMENT_SIZE bytes,
178178
* which are delivered to the application
179179
* via @ref DOWNLOAD_CLIENT_EVT_FRAGMENT events.

0 commit comments

Comments
 (0)