mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Wrap code example in backticks
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user