mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Merge pull request #3771 from rashkov/patch-1
[language/reason] fix typo
This commit is contained in:
commit
bdcd2b8146
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user