From c5349f53b2feb8a84c9f2cd88f4ae1e163fd1cd0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Jan 2014 11:50:58 -0800 Subject: [PATCH] Wrap code example in backticks --- src/project.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.coffee b/src/project.coffee index 333f5c7bc..30c3711ba 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -308,7 +308,7 @@ class Project extends Model # * regex: A RegExp to search with # * replacementText: Text to replace all matches of regex with # * filePaths: List of file path strings to run the replace on. - # * iterator: A Function callback on each file with replacements. ({filePath, replacements}) -> + # * iterator: A Function callback on each file with replacements. `({filePath, replacements}) ->` replace: (regex, replacementText, filePaths, iterator) -> deferred = Q.defer()