Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Nov 28, 2024
1 parent be6a945 commit 01941c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions fio-stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -44861,8 +44861,8 @@ typedef struct fio_http_settings_s {
*/
fio_str_info_s public_folder;
/**
* The max-age value (in seconds) for possibly caching static files from the
* public folder specified.
* The max-age value (in seconds) for caching static files send from
* `public_folder`.
*
* Defaults to 0 (not sent).
*/
Expand Down
3 changes: 1 addition & 2 deletions fio-stl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11375,8 +11375,7 @@ typedef struct fio_http_settings_s {
*/
fio_str_info_s public_folder;
/**
* The max-age value (in seconds) for possibly caching static files from the
* public folder specified.
* The max-age value (in seconds) for caching static files send from `public_folder`.
*
* Defaults to 0 (not sent).
*/
Expand Down
4 changes: 2 additions & 2 deletions fio-stl/439 http.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ typedef struct fio_http_settings_s {
*/
fio_str_info_s public_folder;
/**
* The max-age value (in seconds) for possibly caching static files from the
* public folder specified.
* The max-age value (in seconds) for caching static files send from
* `public_folder`.
*
* Defaults to 0 (not sent).
*/
Expand Down
3 changes: 1 addition & 2 deletions fio-stl/439 http.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ typedef struct fio_http_settings_s {
*/
fio_str_info_s public_folder;
/**
* The max-age value (in seconds) for possibly caching static files from the
* public folder specified.
* The max-age value (in seconds) for caching static files send from `public_folder`.
*
* Defaults to 0 (not sent).
*/
Expand Down

0 comments on commit 01941c6

Please sign in to comment.