Skip to content

Commit 571aa68

Browse files
committed
Fix typo in README.md
1 parent c9138d4 commit 571aa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In the following, `dt` is the time interval being discretized over and `t_end` i
152152

153153
- `BrownianProcess(dt, t_end)` generates a vector corresponding to a Brownian random walk starting
154154
from time `t=0` and position `x=0`
155-
- `WhiteNoiceProcess(dt, t_end)` generates a vector corresponding to white noise.
155+
- `WhiteNoiseProcess(dt, t_end)` generates a vector corresponding to white noise.
156156
- `StochasticAiryProcess(dt, t_end, beta)` generates the largest eigenvalue corresponding to the
157157
stochastic Airy process with real positive `beta`. This is known to be distributed in the `t_end -> Inf`
158158
limit to the `beta`-Tracy-Widom law.

0 commit comments

Comments
 (0)