Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
norbs57 committed Apr 29, 2022
1 parent 7608dc9 commit 96552a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/meteorology/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Your team is working on a meteorology application.
They have defined an API with various types and constants representing meteorological data, see file `meteorology.go`.

Your task is to add suitable `String` methods all types so that they implement interface `Stringer`.
Your task is to add suitable `String` methods to all types so that they implement interface `Stringer`.

Values should be formatted as in the examples below:

Expand Down Expand Up @@ -31,5 +31,5 @@ fmt.Println(metData)

In the test data, you can assume that

- the unit of temperature be either `Celsius` or `Fahrenheit`
- the unit of temperature will be either `Celsius` or `Fahrenheit`
- the unit of wind speed will be either `KmPerHour` or `MilesPerHour`

0 comments on commit 96552a8

Please sign in to comment.