Skip to content

Commit

Permalink
Add style guide section on inline code at beginning of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 22, 2021
1 parent 1a8e363 commit 7416105
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styleguide.md
Expand Up @@ -230,3 +230,12 @@ The text is written in American English.
### Contractions

Avoid contractions such as _isn't_ or _won't_; write _is not_ or _will/would not_ instead.

### Inline code at beginning of sentence

When a sentence starts with inline code,
> `import`-clauses are not inherited.
this may be rewritten using _The_ inserted before the inline code to avoid a lower case letter at the beginning of the sentence:

> The `import`-clauses are not inherited.

0 comments on commit 7416105

Please sign in to comment.