Skip to content

Commit 28ff9c0

Browse files
docs: minor fix to Events.md
1 parent b0148d8 commit 28ff9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ documentation. In affect functions, we have that
164164
function affect!(integ, u, p, ctx)
165165
# integ.t is the current time
166166
# integ.u[u.v] is the value of the unknown `v` above
167-
# integ.p[p.q] is the value of the parameter `q` above
167+
# integ.ps[p.q] is the value of the parameter `q` above
168168
end
169169
```
170170

0 commit comments

Comments
 (0)