未验证 提交 1717247f 编写于 作者: Z zyfncg 提交者: GitHub

fix typo in scalar, test=document_fix (#56109)

上级 4f2cf7fb
......@@ -113,7 +113,7 @@ class ScalarBase {
} else if (str_value == "True") {
dtype_ = DataType::BOOL;
data_.b = true;
} else if (str_value == "Fasle") {
} else if (str_value == "False") {
dtype_ = DataType::BOOL;
data_.b = false;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册