From 4be052a5fc9e6569fcf07da3e9615b463e008266 Mon Sep 17 00:00:00 2001 From: Chris Hoyean Song Date: Sun, 7 May 2017 03:02:54 +0900 Subject: Patch/170506 misspell (#9725) * Fix misspells. * Fix misspells. * Fix misspells. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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). -- cgit v1.2.3