Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CarbonAwareController.cs (minor typos) #569

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ public async Task<IActionResult> GetEmissionsDataForLocationByTime(
/// boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal
/// carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified.
///
/// The forecast data represents what the data source predicts future marginal carbon intesity values to be,
/// The forecast data represents what the data source predicts future marginal carbon intensity values to be,
/// not actual measured emissions data (as future values cannot be known).
///
/// This endpoint is useful for determining if there is a more carbon-optimal time to use electicity predicted in the future.
/// This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.
/// </remarks>
/// <returns>An array of forecasts (one per requested location) with their optimal marginal carbon intensity windows.</returns>
/// <response code="200">Returns the requested forecast objects</response>
Expand Down
Loading