Skip to content

Commit

Permalink
Typo "fast an inline" to "fast and inline" (flutter#8142)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Mar 12, 2019
1 parent 0f19b2d commit fc2e6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fml/unique_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()!
Expand Down

0 comments on commit fc2e6b6

Please sign in to comment.