Skip to content

Commit eaa136a

Browse files
committed
fix other typos
1 parent a6f9c85 commit eaa136a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/methods.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
RuleBasedMethod <: AbstractIntegrationMethod
3030
3131
- `use_gamma::Bool`: Whether to catch and handle algorithm errors gracefully (default: true)
32-
- `verbose::Bool`: Wheter to print or not integration rules applied (default: true)
32+
- `verbose::Bool`: Whether to print or not integration rules applied (default: true)
3333
"""
3434
struct RuleBasedMethod <: AbstractIntegrationMethod
3535
use_gamma::Bool
@@ -51,7 +51,7 @@ end
5151
integrate(f, x)
5252
5353
Compute the symbolic integral of expression `f` with respect to variable `x`
54-
using all aviable methods.
54+
using all available methods.
5555
5656
# Arguments
5757
- `f`: Symbolic expression to integrate (Symbolics.Num)
@@ -110,7 +110,7 @@ end
110110
integrate(f, method)
111111
112112
If f contains only one symbolic variable, computes the integral of f with
113-
respect to that variable, with the specified method, or tries all aviable
113+
respect to that variable, with the specified method, or tries all available
114114
methods if not specified.
115115
"""
116116
function integrate(f::Symbolics.Num, method=nothing; kwargs...)

0 commit comments

Comments
 (0)