Skip to content

Commit 427311e

Browse files
authored
fix typo in doc
1 parent 60e6f01 commit 427311e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integral.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Base.signbit(x::SymbolicUtils.Sym{Number}) = false
1010
is the main entry point to integrate a univariate expression `eq` with respect to `x' (optional).
1111
1212
```julia
13-
julia> using Symbolics, SymbolNumericIntegration
13+
julia> using Symbolics, SymbolicNumericIntegration
1414
1515
julia> @variables x a
1616

0 commit comments

Comments
 (0)