Skip to content

Commit d9e3f7f

Browse files
author
Nobuhisa Komiya
authored
Merge pull request #54 from Kota1021/fix/API-reference-for-Lists
2 parents 6e8f963 + 86d2f65 commit d9e3f7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/YumemiWeather/YumemiWeatherList.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public extension YumemiWeather {
3939
/// API に請求する JSON 文字列の例:
4040
///
4141
/// {
42-
/// "areas": ["tokyo"],
42+
/// "areas": ["Tokyo"],
4343
/// "date": "2020-04-01T12:00:00+09:00"
4444
/// }
4545
/// 返された AreaResponse の JSON 文字列の例
@@ -85,7 +85,7 @@ public extension YumemiWeather {
8585
/// API に請求する JSON 文字列の例:
8686
///
8787
/// {
88-
/// "areas": ["tokyo"],
88+
/// "areas": ["Tokyo"],
8989
/// "date": "2020-04-01T12:00:00+09:00"
9090
/// }
9191
/// 返された AreaResponse の JSON 文字列の例
@@ -114,7 +114,7 @@ public extension YumemiWeather {
114114
/// API に請求する JSON 文字列の例:
115115
///
116116
/// {
117-
/// "areas": ["tokyo"],
117+
/// "areas": ["Tokyo"],
118118
/// "date": "2020-04-01T12:00:00+09:00"
119119
/// }
120120
///
@@ -156,7 +156,7 @@ public extension YumemiWeather {
156156
/// API に請求する JSON 文字列の例:
157157
///
158158
/// {
159-
/// "areas": ["tokyo"],
159+
/// "areas": ["Tokyo"],
160160
/// "date": "2020-04-01T12:00:00+09:00"
161161
/// }
162162
/// 返された AreaResponse の JSON 文字列の例

0 commit comments

Comments
 (0)