Merge pull request #3771 from rashkov/patch-1

[language/reason] fix typo
This commit is contained in:
Andre Polykanine 2019-11-16 13:42:15 +02:00 committed by GitHub
commit bdcd2b8146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ let maxPassengers = firstTrip.capacity;
/* If you define the record type in a different file, you have to reference the
filename, if trainJourney was in a file called Trips.re */
let secondTrip: Trips.firstTrip = {
let secondTrip: Trips.trainJourney = {
destination: "Paris",
capacity: 50,
averageSpeed: 150.0,