From bbeddcc3e17cfede7096824ddb6424968d7191ce Mon Sep 17 00:00:00 2001 From: Kirsan <17767561+kirsan31@users.noreply.github.com> Date: Mon, 18 May 2026 12:29:56 +0300 Subject: [PATCH] Small xml comments fixes. --- src/Databento.Client/Historical/HistoricalClient.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Databento.Client/Historical/HistoricalClient.cs b/src/Databento.Client/Historical/HistoricalClient.cs index d6a0c14..e8ecc21 100644 --- a/src/Databento.Client/Historical/HistoricalClient.cs +++ b/src/Databento.Client/Historical/HistoricalClient.cs @@ -282,7 +282,7 @@ public async IAsyncEnumerable GetRangeAsync( /// /// This overload allows you to specify how symbols are interpreted (stypeIn) and how they should be /// represented in the output (stypeOut). For example, you can use SType.Parent with "ES.FUT" to get - /// all E-mini S&P 500 futures contracts. + /// all E-mini S&P 500 futures contracts. /// public async IAsyncEnumerable GetRangeAsync( string dataset, @@ -444,7 +444,8 @@ public async IAsyncEnumerable GetRangeAsync( /// Previous versions had a critical bug that caused AccessViolationException crashes - this has been resolved. /// /// For additional validation, you can use the symbology API to pre-validate symbols before calling this method. - /// Alternatively, use for bulk downloads with additional options. + /// Alternatively, use + /// for bulk downloads with additional options. /// /// public async Task GetRangeToFileAsync( @@ -508,7 +509,7 @@ public async Task GetRangeToFileAsync( /// /// This overload allows you to specify how symbols are interpreted (stypeIn) and how they should be /// represented in the output (stypeOut). For example, you can use SType.Parent with "ES.FUT" to get - /// all E-mini S&P 500 futures contracts. + /// all E-mini S&P 500 futures contracts. /// public async Task GetRangeToFileAsync( string filePath,