summaryrefslogtreecommitdiffhomepage
path: root/reason.html.markdown
diff options
context:
space:
mode:
authorAndre Polykanine <ap@oire.me>2019-11-16 13:42:15 +0200
committerGitHub <noreply@github.com>2019-11-16 13:42:15 +0200
commitbdcd2b8146fed98b4d56dbeff1ce71303c10cd34 (patch)
tree5017175bcbb75c128a233339cf1184e5bf0e7c48 /reason.html.markdown
parent50f77dd0d011500b9bc7aa995257562936a749c6 (diff)
parent74387bab7d25ef3927a1c377ded44972c5ad4b36 (diff)
Merge pull request #3771 from rashkov/patch-1
[language/reason] fix typo
Diffstat (limited to 'reason.html.markdown')
-rw-r--r--reason.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/reason.html.markdown b/reason.html.markdown
index 62d809cf..b8a2215d 100644
--- a/reason.html.markdown
+++ b/reason.html.markdown
@@ -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,