From a3286c98ac492f68d44835872234f9353c98bfe8 Mon Sep 17 00:00:00 2001 From: Davert Date: Tue, 24 Feb 2015 04:00:54 +0200 Subject: [PATCH] updated file/write docs --- src/Task/File/Write.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Task/File/Write.php b/src/Task/File/Write.php index 2c2aed2ee..498370f5d 100644 --- a/src/Task/File/Write.php +++ b/src/Task/File/Write.php @@ -84,7 +84,7 @@ public function textFromFile($filename) } /** - * substitute a placeholder with value, placeholder must be enclosed by {{}} + * substitute a placeholder with value, placeholder must be enclosed by `{}` * * @param string $name * @param string $val