Skip to content

Commit e2f5947

Browse files
authored
Merge pull request erlang#9617 from jcpetruzza/fix_coverage_mode_type
Fix the type of code:coverage_mode()
2 parents 1fb3bde + 8954d9b commit e2f5947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kernel/src/code.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ common reasons.
418418

419419
-export_type([coverage_mode/0]).
420420
-type coverage_mode() :: 'none' | 'function' | 'function_counters' |
421-
'line_coverage' | 'line_counters'.
421+
'line' | 'line_counters'.
422422

423423
-export_type([debug_line/0, debug_frame/0, debug_name/0, debug_source/0,
424424
debug_value/0, debug_info/0]).

0 commit comments

Comments
 (0)