💄 "Private:" is not needed anymore.

This commit is contained in:
Cheng Zhao
2014-02-12 19:34:29 +08:00
parent 3929189e7a
commit 823a79610f

View File

@@ -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.