Skip to content

Commit 3272fef

Browse files
authored
Add a missing backtick
1 parent 9b65c95 commit 3272fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function check(f; nowarn=Any[], kwargs...)
4444
failed = true
4545
end
4646
end
47-
@assert !failed "One or more warnings occured inside functions tagged with `@should_not_warn or specified with `nowarn`"
47+
@assert !failed "One or more warnings occured inside functions tagged with `@should_not_warn` or specified with `nowarn`"
4848
result
4949
end
5050

0 commit comments

Comments
 (0)