docs: update comment to format file path in code documentation for clarity

This commit is contained in:
Palash Tyagi 2024-11-14 02:02:26 +00:00
parent 59a34f0220
commit 4338c7d6d3

View File

@ -212,7 +212,7 @@ impl JPMaQSDownload {
/// Any data in the folder path will be deleted before saving the new data. /// Any data in the folder path will be deleted before saving the new data.
/// The function downloads the indicators in batches of 500 tickers at a time. /// The function downloads the indicators in batches of 500 tickers at a time.
/// ///
/// The saved results would be in the format: <folder_path>/JPMaQSData/<xcat>/<ticker>.csv . /// The saved results would be in the format: `<folder_path>/JPMaQSData/<xcat>/<ticker>.csv` .
/// ///
/// Usage: /// Usage:
/// ///