未验证 提交 d8aa6bca 编写于 作者: S Shi-Hao Hong 提交者: GitHub

Fix typo in comment (#8617)

上级 8ff631f3
......@@ -24,7 +24,7 @@ bool EncodableValuesAreEqual(const EncodableValue& a, const EncodableValue& b) {
case EncodableValue::Type::kLong:
return a.LongValue() == b.LongValue();
case EncodableValue::Type::kDouble:
// This is a crude epsilon, but fine for the values in the the unit tests.
// This is a crude epsilon, but fine for the values in the unit tests.
return std::abs(a.DoubleValue() - b.DoubleValue()) < 0.0001l;
case EncodableValue::Type::kString:
return a.StringValue() == b.StringValue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册