Skip to content

Commit 9711545

Browse files
Update test/interpolation.jl
1 parent 3a2681a commit 9711545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interpolation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77
import DocStringExtensions
88

99
# For TestType(1), it interpolates the function signature, and for
10-
# TestType(1) it interpolates the function body.
10+
# TestType(2) it interpolates the function body.
1111
DocStringExtensions.interpolation(obj::TestType, ex::Expr) = ex.args[obj.value]
1212

1313
"""

0 commit comments

Comments
 (0)