Skip to content

Commit 1fe1ccd

Browse files
committed
fix docs
1 parent 7c5ea47 commit 1fe1ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/check.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const should_not_warn = Set{Function}()
22

33
"""
4-
@should_not_warn function foo(x)
5-
...
6-
end
4+
@should_not_warn function foo(x)
5+
...
6+
end
77
88
Add `foo` to the list of functions in which no warnings may occur (checkd by `@check`).
99
"""

0 commit comments

Comments
 (0)