Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit fc0317b

Browse files
authored
sentence change
Changed the sentence: 'The user keys in global latitude and longitude coordinates before pressing a Get Weather button to view information about the weather at that location.' Edited to: ' The user enters global latitude and longitude coordinates before pressing the Get Weather button to display the weather at that location. I feel that the original sentence was a little too difficult to understand. The new sentence is clearer.
1 parent 2ae44a2 commit fc0317b

File tree

1 file changed

+2
-2
lines changed
  • Recipes/android/web_services/consuming_services/call_a_rest_web_service

1 file changed

+2
-2
lines changed

Recipes/android/web_services/consuming_services/call_a_rest_web_service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ article:
1515
In this recipe, we'll create an app that reports weather information,
1616
such as temperature, humidity, and current conditions. This app issues
1717
a request to a REST service to get weather data, parses the response,
18-
and displays the results on the screen. The user keys in global
18+
and displays the results on the screen. The user enters global
1919
latitude and longitude coordinates before pressing a **Get Weather**
20-
button to view information about the weather at that location.
20+
button to display the weather at that location.
2121

2222
[ ![](Images/1-example-screenshot-sml.png)](Images/1-example-screenshot.png)
2323

0 commit comments

Comments
 (0)