From 1fe35970c0a09c322ce82726d8899ca8a614f116 Mon Sep 17 00:00:00 2001 From: TalweSingh Date: Sat, 4 Nov 2023 16:51:11 +1000 Subject: [PATCH] Put message name in docs in backticks The message name is put in backticks so it is rendered as code in markdown. Signed-off-by: TalweSingh --- proto/frequenz/api/weather/weather.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/frequenz/api/weather/weather.proto b/proto/frequenz/api/weather/weather.proto index 7c72747..195b073 100644 --- a/proto/frequenz/api/weather/weather.proto +++ b/proto/frequenz/api/weather/weather.proto @@ -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 {