Wrap code example in backticks

This commit is contained in:
Kevin Sawicki
2014-01-20 11:50:58 -08:00
parent 8b4b4a6ea9
commit c5349f53b2

View File

@@ -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()