diff --git a/fio-stl.h b/fio-stl.h index b24fed2..63ae7fb 100644 --- a/fio-stl.h +++ b/fio-stl.h @@ -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). */ diff --git a/fio-stl.md b/fio-stl.md index cff3cc4..51eae10 100644 --- a/fio-stl.md +++ b/fio-stl.md @@ -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). */ diff --git a/fio-stl/439 http.h b/fio-stl/439 http.h index 9fe5362..2d016df 100644 --- a/fio-stl/439 http.h +++ b/fio-stl/439 http.h @@ -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). */ diff --git a/fio-stl/439 http.md b/fio-stl/439 http.md index 4f1660f..660d588 100644 --- a/fio-stl/439 http.md +++ b/fio-stl/439 http.md @@ -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). */