未验证 提交 fc2e6b61 编写于 作者: L liyuqian 提交者: GitHub

Typo "fast an inline" to "fast and inline" (#8142)

上级 0f19b2de
......@@ -14,10 +14,10 @@
namespace fml {
// struct UniqueFooTraits {
// // This function should be fast an inline.
// // This function should be fast and inline.
// static int InvalidValue() { return 0; }
//
// // This function should be fast an inline.
// // This function should be fast and inline.
// static bool IsValid(const T& value) { return value != InvalidValue(); }
//
// // This free function will not be called if f == InvalidValue()!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册