Skip to content

Commit

Permalink
Fixed another error in poisson.md.
Browse files Browse the repository at this point in the history
Also learned to pre-empt these!

docs/tlSitePreview
  • Loading branch information
c committed Oct 3, 2023
1 parent 0f7cf3d commit 0350f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo/poisson.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Example

```scala mdoc
import ai.dragonfly.math.stats.probability.distributions.Poisson
import ai.dragonfly.math.vector.*
import narr.*

val dist1 = Poisson(1)
for (i <- 0 to 5) {
Expand Down

0 comments on commit 0350f1d

Please sign in to comment.