Skip to content

Commit b4819e0

Browse files
author
a
committed
adjust doc rendering
1 parent a0bf1fa commit b4819e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/TermInterface.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function children end
5656
export children
5757

5858
"""
59-
operation(x)
59+
operation(x)
6060
6161
Returns the function a function call expression is calling.
6262
`iscall(x)` must be true as a precondition.
@@ -65,7 +65,7 @@ function operation end
6565
export operation
6666

6767
"""
68-
arguments(x)
68+
arguments(x)
6969
7070
Returns the arguments to the function call in a function call expression.
7171
`iscall(x)` must be true as a precondition.
@@ -74,7 +74,7 @@ function arguments end
7474
export arguments
7575

7676
"""
77-
unsorted_arguments(x::T)
77+
unsorted_arguments(x::T)
7878
7979
If x is a expression satisfying `iscall(x)` and your expression type `T` provides
8080
and optimized implementation for storing the arguments, this function can
@@ -86,7 +86,7 @@ export unsorted_arguments
8686

8787

8888
"""
89-
arity(x)
89+
arity(x)
9090
9191
When `x` satisfies `iscall`, returns the number of arguments of `x`.
9292
Implicitly defined if `arguments(x)` is defined.
@@ -96,7 +96,7 @@ export arity
9696

9797

9898
"""
99-
metadata(x)
99+
metadata(x)
100100
101101
Returns the metadata attached to `x`.
102102
"""
@@ -105,7 +105,7 @@ export metadata
105105

106106

107107
"""
108-
metadata(expr, md)
108+
metadata(expr, md)
109109
110110
Returns a `expr` with metadata `md` attached to it.
111111
"""

0 commit comments

Comments
 (0)