Skip to content

Commit

Permalink
fixed Typos on comments on fetch...List() APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota1021 committed Nov 22, 2023
1 parent df2d726 commit 7bbb51d
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 7bbb51d

Please sign in to comment.