Skip to content

Commit 434e496

Browse files
authored
Fix an accidental split line in exercise description (#2119)
1 parent 1500f00 commit 434e496

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

exercises/dot-dsl/description.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Description
22

3-
A [Domain Specific Language (DSL)][dsl] is a
4-
small language optimized for a specific domain.
3+
A [Domain Specific Language (DSL)][dsl] is a small language optimized for a specific domain.
54
Since a DSL is targeted, it can greatly impact productivity/understanding by allowing the writer to declare *what* they want rather than *how*.
65

76
One problem area where they are applied are complex customizations/configurations.

exercises/roman-numerals/description.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ The Romans wrote numbers using letters - I, V, X, L, C, D, M.
2121
The maximum number supported by this notation is 3,999.
2222
(The Romans themselves didn't tend to go any higher)
2323

24-
Wikipedia says: Modern Roman numerals ... are written by expressing each digit separately starting with the left most digit and skipping any
25-
digit with a value of zero.
24+
Wikipedia says: Modern Roman numerals ... are written by expressing each digit separately starting with the left most digit and skipping any digit with a value of zero.
2625

2726
To see this in practice, consider the example of 1990.
2827

0 commit comments

Comments
 (0)