diff --git a/Download-Types.md b/Download-Types.md index 255241c..3e25161 100644 --- a/Download-Types.md +++ b/Download-Types.md @@ -30,7 +30,7 @@ You can set your preferred mode using the `PreferredDownloadType` option in `con - You’re streaming smaller files and have sufficient RAM for the buffer. - **Use `ring_buffer`** when: - You are reading very large files repeatedly. - - You want to limit memory usage by using a fixed-size disk buffer. + - You want to limit disk space usage by using a fixed-size disk buffer. ---