Skip to content

Commit 4eed956

Browse files
committed
description.md: rm trailing spaces
One might assume that we can consider a CI check that there are no trailing spaces, but we have to be careful because some embedded strings that serve as example outputs are expected to have trailing spaces. The currently only example is ocr-numbers. One might consider a CI check, but simply exclude that file. exercism/problem-specifications#995
1 parent 5b867c2 commit 4eed956

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

exercises/nucleotide-count/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Given a single stranded DNA string, compute how many times each nucleotide occurs in the string.
44

5-
The genetic language of every living thing on the planet is DNA.
6-
DNA is a large molecule that is built from an extremely long sequence of individual elements called nucleotides.
5+
The genetic language of every living thing on the planet is DNA.
6+
DNA is a large molecule that is built from an extremely long sequence of individual elements called nucleotides.
77
4 types exist in DNA and these differ only slightly and can be represented as the following symbols: 'A' for adenine, 'C' for cytosine, 'G' for guanine, and 'T' thymine.
88

99
Here is an analogy:

exercises/rectangles/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@ The above diagram contains 6 rectangles:
3737
```
3838

3939
```text
40-
41-
40+
41+
4242
+--+
4343
| |
4444
+--+
4545
```
4646

4747
```text
48-
49-
48+
49+
5050
+--+
5151
| |
5252
+--+
5353
```
5454

5555
```text
56-
57-
++
58-
++
59-
60-
56+
57+
++
58+
++
59+
60+
6161
```
6262

6363
You may assume that the input is always a proper rectangle (i.e. the length of

0 commit comments

Comments
 (0)