From 86d2f65c7d53674605d502b4c5f848b1ce97faf9 Mon Sep 17 00:00:00 2001 From: Kota1021 Date: Wed, 22 Nov 2023 14:47:48 +0900 Subject: [PATCH] fixed Typos on comments on fetch...List() APIs --- Sources/YumemiWeather/YumemiWeatherList.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/YumemiWeather/YumemiWeatherList.swift b/Sources/YumemiWeather/YumemiWeatherList.swift index d7a8eca..0c7f87e 100644 --- a/Sources/YumemiWeather/YumemiWeatherList.swift +++ b/Sources/YumemiWeather/YumemiWeatherList.swift @@ -39,7 +39,7 @@ public extension YumemiWeather { /// API に請求する JSON 文字列の例: /// /// { - /// "areas": ["tokyo"], + /// "areas": ["Tokyo"], /// "date": "2020-04-01T12:00:00+09:00" /// } /// 返された AreaResponse の JSON 文字列の例 @@ -85,7 +85,7 @@ public extension YumemiWeather { /// API に請求する JSON 文字列の例: /// /// { - /// "areas": ["tokyo"], + /// "areas": ["Tokyo"], /// "date": "2020-04-01T12:00:00+09:00" /// } /// 返された AreaResponse の JSON 文字列の例 @@ -114,7 +114,7 @@ public extension YumemiWeather { /// API に請求する JSON 文字列の例: /// /// { - /// "areas": ["tokyo"], + /// "areas": ["Tokyo"], /// "date": "2020-04-01T12:00:00+09:00" /// } /// @@ -156,7 +156,7 @@ public extension YumemiWeather { /// API に請求する JSON 文字列の例: /// /// { - /// "areas": ["tokyo"], + /// "areas": ["Tokyo"], /// "date": "2020-04-01T12:00:00+09:00" /// } /// 返された AreaResponse の JSON 文字列の例