Fixed typo

This commit is contained in:
Phil Nash 2013-10-17 22:45:37 +01:00
parent 380f98ed1f
commit bdb718471f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ a* ~ab* abc Matches all tests that start with 'a', except those that
</pre>
Names within square brackets are interpreted as tags.
A series of tags form an AND expression wheras a comma seperated sequence forms an OR expression. e.g.:
A series of tags form an AND expression wheras a comma-separated sequence forms an OR expression. e.g.:
<pre>[one][two],[three]</pre>
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`