Skip to content

Commit e534434

Browse files
committed
fix doctests 2
1 parent 0ebb56e commit e534434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ julia> issuccess
348348
true
349349
350350
julia> print(trace)
351-
observe: x (= 1.0) ~ Normal{Float64}(μ=0.0, σ=1.0)
351+
observe: x (= 1.0) ~ Normal{Float64}(μ=0.0, σ=1.0)
352352
```
353353
354354
## Incorrect model

0 commit comments

Comments
 (0)