Skip to content

Commit fd5c456

Browse files
committed
Resolved shuttle name inconsistency.
1 parent 85935f7 commit fd5c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/part3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// URL for the instructions:
22
// https://education.launchcode.org/intro-to-professional-web-dev/chapters/typescript/exercises.html
33

4-
let spacecraftName: string = "Space Shuttle";
4+
let spacecraftName: string = "Determination";
55
let speedMph: number = 17500;
66
let kilometersToMars: number = 225000000;
77
let kilometersToTheMoon: number = 384400;

0 commit comments

Comments
 (0)