Skip to content

Commit 269914f

Browse files
committed
fix more doc typos
1 parent 3906ce9 commit 269914f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ ContinousComponentCallback
131131
VectorContinousComponentCallback
132132
ComponentCondition
133133
ComponentAffect
134+
SymbolicView
134135
```
135136
### Attach Callbacks to Edge/VertexModels
136137
```@docs

src/callbacks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract type ComponentCallback{C,A} end
2020
2121
Creates a callback condition for a [`ComponentCallback`].
2222
- `f`: The condition function. Must be a function of the form `out=f(u, p, t)` when used
23-
for [`ContinouseComponentcallback`](@ref) or `f!(out, u, p, t)` when used for
23+
for [`ContinousComponentCallback`](@ref) or `f!(out, u, p, t)` when used for
2424
[`VectorContinousComponentCallback`](@ref).
2525
- Arguments of `f`
2626
- `u`: The current value of the selecte `sym` states, provided as a [`SymbolicView`](@ref) object.
@@ -59,7 +59,7 @@ end
5959
6060
Creates a callback condition for a [`ComponentCallback`].
6161
- `f`: The affect function. Must be a function of the form `f(u, p, [event_idx], ctx)` where `event_idx`
62-
is only available in [`VectorContinouseComponentcallback`](@ref).
62+
is only available in [`VectorContinousComponentCallback`](@ref).
6363
- Arguments of `f`
6464
- `u`: The current (mutable) value of the selected `sym` states, provided as a [`SymbolicView`](@ref) object.
6565
- `p`: The current (mutalbe) value of the selected `psym` parameters.

0 commit comments

Comments
 (0)