diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-10-03 13:19:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 07:19:11 +1100 |
commit | d0eb179132c60a7c2513c9d19db03e3d5ca00c70 (patch) | |
tree | 627339e0dc2212ed861184d46b6af31605224d24 /docs/contributing.md | |
parent | 391eed42f41bd277fff936192b474bfd52eaa1a0 (diff) |
docs: end sentences with a period in markdown (#7813)
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index dba1b62d1..7bbc186d0 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -25,7 +25,7 @@ Before submitting, please make sure the following is done: 1. That there is a related issue and it is referenced in the PR text. 2. There are tests that cover the changes. 3. Ensure `cargo test` passes. -4. Format your code with `./tools/format.py` +4. Format your code with `./tools/format.py`. 5. Make sure `./tools/lint.py` passes. ## Changes to `third_party` @@ -69,4 +69,4 @@ and are denoted by a leading `/**` before terminating with a `*/`. For example: export const FOO = "foo"; ``` -Find more at https://jsdoc.app/ +Find more at: https://jsdoc.app/ |