aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-26 15:07:23 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-26 15:07:23 -0700
commitb8c1732664f41d5af2587e2f093880a3a7d83f43 (patch)
treef51eac2849641a589bd26dfaadfa3ed151058422 /RELEASE.md
parent8025ac34099ed1b38c3cf0c0f84244496b42fedb (diff)
Fix small typo in RELEASE.md
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 879b995a5a..52cd9ef72b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -21,7 +21,7 @@
* The [distributions.Bijector](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/contrib/distributions/bijectors/Bijector)
API supports broadcasting for Bijectors with new API changes.
-## Breaking Chances
+## Breaking Changes
* If you're opening empty variable scopes; replace `variable_scope('', ...)` by
`variable_scope(tf.get_variable_scope(), ...)`.