From 9ea146a83b5ea9d2d1dceee54ff2994e36b1335b Mon Sep 17 00:00:00 2001 From: Fei Hu Date: Tue, 23 Apr 2019 11:31:07 -0700 Subject: [PATCH] Revise the docstring for ExpectEqual() --- tensorflow/core/kernels/data/dataset_test_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/kernels/data/dataset_test_base.h b/tensorflow/core/kernels/data/dataset_test_base.h index 803ae9055a1..d82a0c38583 100644 --- a/tensorflow/core/kernels/data/dataset_test_base.h +++ b/tensorflow/core/kernels/data/dataset_test_base.h @@ -52,7 +52,7 @@ class DatasetOpsTestBase : public ::testing::Test { static Status ExpectEqual(const Tensor& a, const Tensor& b); // The method validates whether the two tensor vectors have the same tensors. - // If `compare_order` is false, the method will only evaluate the two + // If `compare_order` is false, the method will only evaluate whether the two // vectors have the same elements regardless of order. static Status ExpectEqual(std::vector produced_tensors, std::vector expected_tensors,