We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2681a commit 9711545Copy full SHA for 9711545
test/interpolation.jl
@@ -7,7 +7,7 @@ end
7
import DocStringExtensions
8
9
# For TestType(1), it interpolates the function signature, and for
10
-# TestType(1) it interpolates the function body.
+# TestType(2) it interpolates the function body.
11
DocStringExtensions.interpolation(obj::TestType, ex::Expr) = ex.args[obj.value]
12
13
"""
0 commit comments