From 4338c7d6d3c3ff6c1fd8ed115f047acd8530dbb9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:02:26 +0000 Subject: [PATCH] docs: update comment to format file path in code documentation for clarity --- src/download/jpmaqsdownload.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download/jpmaqsdownload.rs b/src/download/jpmaqsdownload.rs index 4697d26..49b9dcc 100644 --- a/src/download/jpmaqsdownload.rs +++ b/src/download/jpmaqsdownload.rs @@ -212,7 +212,7 @@ impl JPMaQSDownload { /// 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 saved results would be in the format: /JPMaQSData//.csv . + /// The saved results would be in the format: `/JPMaQSData//.csv` . /// /// Usage: ///