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

Unified Diff: packages/glob/README.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/glob/CHANGELOG.md ('k') | packages/glob/lib/glob.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/glob/README.md
diff --git a/packages/glob/README.md b/packages/glob/README.md
index 5091a1e387bd4d726091527c31adb83142427f9c..300e73ed7c7b1b2747ac205e59c2ed4a3777e11d 100644
--- a/packages/glob/README.md
+++ b/packages/glob/README.md
@@ -50,6 +50,9 @@ all globs use POSIX path syntax, including using `/` as a directory separator
regardless of which platform they're on. This is true even for Windows roots;
for example, a glob matching all files in the C drive would be `C:/*`.
+Globs are case-sensitive by default on Posix systems and browsers, and
+case-insensitive by default on Windows.
+
### Match any characters in a filename: `*`
The `*` character matches zero or more of any character other than `/`. This
« no previous file with comments | « packages/glob/CHANGELOG.md ('k') | packages/glob/lib/glob.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698