Skip to content

Commit 10f181e

Browse files
Add line break in exercises/concept/captains-log/.docs/instructions.md
Co-authored-by: Victor Goff <[email protected]>
1 parent 8e45315 commit 10f181e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/concept/captains-log/.docs/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ randomStardate();
3434

3535
The Starship Enterprise encounters many planets in its travels. Planets in the Star Trek universe are split into categories based on their properties. For example, Earth is a class M planet. All possible planetary classes are: D, H, J, K, L, M, N, R, T, and Y.
3636

37-
Implement the randomPlanetClassfunction. It should return one of the planetary classes at random.
37+
Implement the randomPlanetClassfunction.
38+
It should return one of the planetary classes at random.
3839

3940
```javascript
4041
randomPlanetClass();

0 commit comments

Comments
 (0)