diff --git a/_posts/2015-09-25-cleanerml.md b/_posts/2015-09-25-cleanerml.md index c0b8854..887f8a0 100644 --- a/_posts/2015-09-25-cleanerml.md +++ b/_posts/2015-09-25-cleanerml.md @@ -62,7 +62,7 @@ To learn CleanerML so you can write your own cleaner, read these resources: ### Matching files -CleanerML allows several ways to match files: +CleanerML allows several ways to match files. Possible values for `search` are: * **file**: matches a single file. * **glob**: matches one or more files with a simple pattern. See the Python documentation on [glob](https://docs.python.org/2/library/glob.html).