Skip to content

Commit

Permalink
Put message name in docs in backticks
Browse files Browse the repository at this point in the history
The message name is put in backticks so it is rendered as code
in markdown.

Signed-off-by: TalweSingh <[email protected]>
  • Loading branch information
TalweSingh committed Nov 4, 2023
1 parent fffb5ac commit 1fe3597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/frequenz/api/weather/weather.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ enum ForecastFeature {
FORECAST_FEATURE_SURFACE_NET_SOLAR_RADIATION = 4;
}

// The GetHistoricalWeatherForecastRequest message defines parameters for
// The `GetHistoricalWeatherForecastRequest` message defines parameters for
// retrieving historical weather forecasts, targeting a specific location
// and time period, with designated features.
message GetHistoricalWeatherForecastRequest {
Expand Down

0 comments on commit 1fe3597

Please sign in to comment.