Merge pull request #78 from nguyenductoan/fix-commnet-typo

fix comment typo
This commit is contained in:
Michael Bridgen 2021-01-07 12:03:02 +00:00 committed by GitHub
commit 24ceb22226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (r *ScreeningLocalReader) Read() ([]*yaml.RNode, error) {
// For the filename annotation, I want a directory for filenames
// to be relative to; but I don't know whether path is a directory
// or file yetm so this must wait until the body of the filepath.Walk.
// or file yet so this must wait until the body of the filepath.Walk.
var relativePath string
tokenbytes := []byte(r.Token)