diff --git a/RELEASE.md b/RELEASE.md index cc1e41da7336b2ee54c0e5997b93c55a148e69ba..60e5f672533d7b075b59ace9916f9d55e6d780b5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -119,7 +119,7 @@ * * -* Add ops to tensorflow.raw_ops that were missing. +* Add ops to `tensorflow.raw_ops` that were missing. * `tf.CheckpointOptions` * It now takes in a new argument called `experimental_write_callbacks`. These are callbacks that will be executed after a saving event finishes @@ -226,7 +226,7 @@ This release contains contributions from many people at Google, as well as: ``` * `tf.lite` - * Strided_Slice now supports `UINT32`. + * `Strided_Slice` now supports `UINT32`. * Add int8 and int16x8 support for LOG operator *