Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4533)

Unified Diff: chrome/common/extensions/docs/server2/caching_file_system.py

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/all_messages.h ('k') | chrome/common/extensions/docs/server2/new_github_file_system.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/caching_file_system.py
diff --git a/chrome/common/extensions/docs/server2/caching_file_system.py b/chrome/common/extensions/docs/server2/caching_file_system.py
index c8bfe42d955c328436dd6abae1684222e888761c..227739fb05233268e93c8bc3d25c674e4006953c 100644
--- a/chrome/common/extensions/docs/server2/caching_file_system.py
+++ b/chrome/common/extensions/docs/server2/caching_file_system.py
@@ -132,7 +132,7 @@ class CachingFileSystem(FileSystem):
remaining_paths = set(paths) - set(up_to_date_data.iterkeys())
if len(remaining_paths) == 0:
- # Everything was cached and up-to-date.
+ # Everything was cached and up to date.
return Future(value=up_to_date_data)
def raise_cache_miss(paths):
« no previous file with comments | « chrome/common/all_messages.h ('k') | chrome/common/extensions/docs/server2/new_github_file_system.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698