Skip to content

Commit

Permalink
Merge pull request #54 from Kota1021/fix/API-reference-for-Lists
Browse files Browse the repository at this point in the history
  • Loading branch information
novr committed Nov 24, 2023
2 parents 6e8f963 + 86d2f65 commit d9e3f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/YumemiWeather/YumemiWeatherList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public extension YumemiWeather {
/// API に請求する JSON 文字列の例:
///
/// {
/// "areas": ["tokyo"],
/// "areas": ["Tokyo"],
/// "date": "2020-04-01T12:00:00+09:00"
/// }
/// 返された AreaResponse の JSON 文字列の例
Expand Down Expand Up @@ -85,7 +85,7 @@ public extension YumemiWeather {
/// API に請求する JSON 文字列の例:
///
/// {
/// "areas": ["tokyo"],
/// "areas": ["Tokyo"],
/// "date": "2020-04-01T12:00:00+09:00"
/// }
/// 返された AreaResponse の JSON 文字列の例
Expand Down Expand Up @@ -114,7 +114,7 @@ public extension YumemiWeather {
/// API に請求する JSON 文字列の例:
///
/// {
/// "areas": ["tokyo"],
/// "areas": ["Tokyo"],
/// "date": "2020-04-01T12:00:00+09:00"
/// }
///
Expand Down Expand Up @@ -156,7 +156,7 @@ public extension YumemiWeather {
/// API に請求する JSON 文字列の例:
///
/// {
/// "areas": ["tokyo"],
/// "areas": ["Tokyo"],
/// "date": "2020-04-01T12:00:00+09:00"
/// }
/// 返された AreaResponse の JSON 文字列の例
Expand Down

0 comments on commit d9e3f7f

Please sign in to comment.