comment update

This commit is contained in:
s.kamardin 2016-01-18 13:44:31 +03:00
parent a5a91a6322
commit 41a0d4481c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ type Glob interface {
Match(string) bool Match(string) bool
} }
// New creates Glob for given pattern and uses other given (if any) strings as separators. // Compile creates Glob for given pattern and strings (if any present after pattern) as separators.
// The pattern syntax is: // The pattern syntax is:
// //
// pattern: // pattern: