Skip to content

Commit 46dbe1e

Browse files
authored
Fix two wrong words in the style guide (#69)
2 parents f055a20 + a5e420d commit 46dbe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ see the README file at the top level of this repository.
306306

307307
# Semantic Line Breaks
308308

309-
The RST files in this repository use semantic line breaks,
309+
The markdown files in this repository use semantic line breaks,
310310
where lines end at sentence and clause boundaries.
311311
This keeps lines short enough to ensure that
312312
diffs remain readable when shown in places like
@@ -335,7 +335,7 @@ to help keep the diffs small and preserve per-line history.
335335
Don’t rewrap an existing line just because it’s too long,
336336
unless you’re actually making other changes.
337337
For historical reasons,
338-
here are parts of the book
338+
there are parts of the book
339339
that use a line length of 90 or 100 characters;
340340
rewrapping them just for the sake of line length
341341
would make history harder to follow and create a bunch of noisy diffs.

0 commit comments

Comments
 (0)