Skip to content

Commit 709c7d5

Browse files
author
Anthony Roux
authored
Fix typo in Flight Cheapest Date Search example
1 parent 01e3991 commit 709c7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ FlightDestination[] flightDestinations = amadeus.shopping.flightDestinations.get
217217
// Flight Cheapest Date Search
218218
FlightDate[] flightDates = amadeus.shopping.flightDates.get(Params
219219
.with("origin", "NYC")
220-
.and("destination", "MAD");
220+
.and("destination", "MAD"));
221221

222222
// Flight Low-fare Search
223223
FlightOffer[] flightOffers = amadeus.shopping.flightOffers.get(Params

0 commit comments

Comments
 (0)