From 823a79610f2a9719086b3d47ee25a84646541e8e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 12 Feb 2014 19:34:29 +0800 Subject: [PATCH] :lipstick: "Private:" is not needed anymore. --- src/file.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.