Skip to content

Commit 9c0348e

Browse files
committed
added description
1 parent c0283b1 commit 9c0348e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/falcon9.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$falcon9 = {
22
name: "Falcon 9",
3+
stages: "2",
34
height: {
45
meters: "70",
56
feet: "229.6"
@@ -12,7 +13,6 @@
1213
kg: "549,054",
1314
lb: "1,207,920"
1415
},
15-
stages: "2",
1616
payload_weight: {
1717
leo: {
1818
name: "Low Earth Orbit",
@@ -55,5 +55,6 @@
5555
option_1: "Dragon",
5656
option_2: "Dragon Trunk",
5757
option_3: "Composite Fairing"
58-
}
58+
},
59+
description: "Falcon 9 is a two-stage rocket designed and manufactured by SpaceX for the reliable and safe transport of satellites and the Dragon spacecraft into orbit."
5960
}

0 commit comments

Comments
 (0)