Skip to content

Commit 342d257

Browse files
committed
[DOC] Fix backticks in Coverage.peek_result
1 parent 202028a commit 342d257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/coverage/coverage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ coverage_peek_result_i(st_data_t key, st_data_t val, st_data_t h)
337337
* Coverage.peek_result => hash
338338
*
339339
* Returns a hash that contains filename as key and coverage array as value.
340-
* This is the same as `Coverage.result(stop: false, clear: false)`.
340+
* This is the same as <tt>Coverage.result(stop: false, clear: false)</tt>.
341341
*
342342
* {
343343
* "file.rb" => [1, 2, nil],

0 commit comments

Comments
 (0)