diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-12-23 20:47:53 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-12-23 21:12:25 +0100 |
| commit | ca7d8a668d37d3377aeb38d122a9eccafdd6822d (patch) | |
| tree | 8216213ceefd97e2518c5eddc91649e824ae082d /doc/SimpleWeatherService.md | |
| parent | d56df38aeb8ac16aea6b4fa04c59b10c6eaf87f4 (diff) | |
Simple Weather Service
Fix ToUInt64() in SimpleWeatherService.cpp.
Fix typo in SimpleWeatherService.md.
Diffstat (limited to 'doc/SimpleWeatherService.md')
| -rw-r--r-- | doc/SimpleWeatherService.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SimpleWeatherService.md b/doc/SimpleWeatherService.md index db8a6f65..81836379 100644 --- a/doc/SimpleWeatherService.md +++ b/doc/SimpleWeatherService.md @@ -2,7 +2,8 @@ ## Introduction -The Simple Weather Service provide a simple and straightforward API to specify the current weather and the forecast for the next 5 days. It effectively replaces the original Weather Service (from InfiniTime 1.8) since InfiniTime 1.14 +The Simple Weather Service provides a simple and straightforward API to specify the current weather and the forecast for the next 5 days. +It effectively replaces the original Weather Service (from InfiniTime 1.8) since InfiniTime 1.14. ## Service |
