aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Chris Hoyean Song <sjhshy@gmail.com>2017-05-07 03:02:54 +0900
committerGravatar Vijay Vasudevan <vrv@google.com>2017-05-06 11:02:54 -0700
commit4be052a5fc9e6569fcf07da3e9615b463e008266 (patch)
treead64303b46364885f81ddacd096b01e9eefa7730 /CONTRIBUTING.md
parentb981c5d1c4f48073107c9079a354711f4d878b00 (diff)
Patch/170506 misspell (#9725)
* Fix misspells. * Fix misspells. * Fix misspells.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c36ef1ecd3..c78b6b1a15 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,7 +40,7 @@ TensorFlow coding style.
* Include unit tests when you contribute new features, as they help to
a) prove that your code works correctly, b) guard against future breaking
changes to lower the maintenance cost.
-* Bug fixes also generally require unit tests, because the presense of bugs
+* Bug fixes also generally require unit tests, because the presence of bugs
usually indicates insufficient test coverage.
* Keep API compatibility in mind when you change code in core TensorFlow,
e.g., code in [tensorflow/core](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/core) and [tensorflow/python](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python).