aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Nicholas Nadeau, P.Eng., AVS <nnadeau@users.noreply.github.com>2018-05-03 13:47:06 -0400
committerGravatar Shanqing Cai <cais@google.com>2018-05-03 13:47:06 -0400
commit487fa7b1a48c151362ab1b16cdda6bbc78f5d6dc (patch)
tree938a76a47b46d102f4833677db475aaa99e936d1 /RELEASE.md
parent4984a60e7147edef532ca1b15050471e81e45841 (diff)
Fixed Typos (#18806)
* fixed typos
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 55923a2c9b..84d9d52868 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -236,7 +236,7 @@ Yoni Tsafir, yordun, Yuan (Terry) Tang, Yuxin Wu, zhengdi, Zhengsheng Wei, ç”°ä¼
* Add `complex64` support to XLA compiler.
* `bfloat` support is now added to XLA infrastructure.
* Make `ClusterSpec` propagation work with XLA devices.
- * Use a determinisitic executor to generate XLA graph.
+ * Use a deterministic executor to generate XLA graph.
* `tf.contrib`:
* `tf.contrib.distributions`:
* Add `tf.contrib.distributions.Autoregressive`.