diff --git a/src/file.coffee b/src/file.coffee index 7ca86a821..b4fffe060 100644 --- a/src/file.coffee +++ b/src/file.coffee @@ -123,7 +123,7 @@ class File getDigest: -> @digest ? @setDigest(@readSync()) - # Private: Writes the text to specified path. + # Writes the text to specified path. # # Privilege escalation would be asked when current user doesn't have # permission to the path.