Browse Source

[master] Make some minor text updates

Mukund Sivaraman 11 years ago
parent
commit
608638ff33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/design/resolver/03-cache-algorithm

+ 2 - 2
doc/design/resolver/03-cache-algorithm

@@ -251,6 +251,6 @@ Custom vs Existing Library (STL etc)
 
 It may have to be discussed, but I guess in many cases we end up
 introducing custom implementation because these caches should be
-highly performance sensitive, directly related our core business, and
-also have to be memory efficient.  But in some sub components we may
+highly performance sensitive, directly related to our core business, and
+also have to be memory efficient.  But in some sub-components we may
 be able to benefit from existing generic libraries.