Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vb-td committed Mar 25, 2024
1 parent d86c5f3 commit a9d1c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-code-go/fragmentation/fragmentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func WriteFragmentFiles(configuration configuration.Configuration) error {
return nil
}

// Reports whether the file stored at the filePath is exists, is file and is textual-encoded.
// Reports whether the file stored at the filePath exists, is file and is textual-encoded.
func ShouldFragmentize(fileName string) bool {
info, err := os.Stat(fileName)
if err != nil {
Expand Down

0 comments on commit a9d1c9b

Please sign in to comment.