mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +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
|
/* 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 */
|
filename, if trainJourney was in a file called Trips.re */
|
||||||
let secondTrip: Trips.firstTrip = {
|
let secondTrip: Trips.trainJourney = {
|
||||||
destination: "Paris",
|
destination: "Paris",
|
||||||
capacity: 50,
|
capacity: 50,
|
||||||
averageSpeed: 150.0,
|
averageSpeed: 150.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user