Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jul 10, 2024
1 parent 955843c commit b78f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ddcov/ddcov_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def thread_local_cov
c.new

# Trying to get non-existing constant could caise freezing of Ruby process when
# not safely getting source location of the constant in NEWOBJ trcepoint.
# not safely getting source location of the constant in NEWOBJ tracepoint.
begin
Object.const_get(:fdsfdsfdsfds)
rescue
Expand Down

0 comments on commit b78f095

Please sign in to comment.