Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarmsocks <warmsocks@gmail.com>2019-09-12 11:24:04 +0300
committeronqtam <vik.kirilov@gmail.com>2019-09-22 21:14:40 +0300
commit33cc7f9b622197eaea5d8aeb1fb206d0fe9f039f (patch)
treea5f7d558a9333694d26b732d7180da0846870c90 /.github
parent4552c018df026c5ac36642efcf4b3074a023db4f (diff)
Fix typos and misspellings found by codespell. (#292)
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1670c512..843c61c8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -10,7 +10,7 @@ file, it is generated from the 2 headers in the doctest/parts/ folder.
<!--
Describe the what and the why of your pull request. Remember that these two
are usually a bit different. As an example, if you have made various changes
-to decrease the number of new strings allocated, thats what. The why probably
+to decrease the number of new strings allocated, that's what. The why probably
was that you have a large set of tests and found that this speeds them up.
-->