Skip to content

Commit

Permalink
- Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jul 3, 2024
1 parent 5152cb3 commit 20011b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyPost/Services/SmartRateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public async Task<List<EstimateDeliveryDateForShipmentResult>> EstimateDeliveryD
}

/// <summary>
/// Retrieve the estimated delivery date of each carrier-service level combination via the Smart Deliver On API, based on a specific ship date and origin-destination postal code pair.
/// Retrieve the estimated delivery date of each carrier-service level combination via the Smart Deliver By API, based on a specific ship date and origin-destination postal code pair.
/// Unlike the <see cref="EstimateDeliveryDateForShipment"/> method, this method does not require a <see cref="Shipment"/> ID.
/// </summary>
/// <param name="parameters">The <see cref="Parameters.SmartRate.EstimateDeliveryDateForRoute"/> parameters to include on the API call.</param>
Expand All @@ -79,7 +79,7 @@ public async Task<List<RecommendShipDateForShipmentResult>> RecommendShipDateFor
}

/// <summary>
/// Retrieve a recommended ship date for each carrier-service level combination via the Smart Deliver By API, based on a specific ship date and origin-destination postal code pair.
/// Retrieve a recommended ship date for each carrier-service level combination via the Smart Deliver On API, based on a specific ship date and origin-destination postal code pair.
/// Unlike the <see cref="RecommendShipDateForShipment"/> method, this method does not require a <see cref="Shipment"/> ID.
/// </summary>
/// <param name="parameters">The <see cref="Parameters.SmartRate.RecommendShipDateForRoute"/> parameters to include on the API call.</param>
Expand Down

0 comments on commit 20011b1

Please sign in to comment.