Skip to content

Commit 8886728

Browse files
authored
Update README.md (#254)
1 parent 637df3a commit 8886728

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
@@ -158,7 +158,7 @@ true
158158
```
159159

160160
#### `logpdf` of `TransformedDistribution`
161-
This far we've seen that we can replicate the functionality provided by `link` and `invlink`. To replicate `logpdf_with_trans` we instead provide a `TransformedDistribution <: Distribution` implementing the `Distribution` interface from Distributions.jl:
161+
Thus far, we've seen that we can replicate the functionality provided by `link` and `invlink`. To replicate `logpdf_with_trans` we instead provide a `TransformedDistribution <: Distribution` implementing the `Distribution` interface from Distributions.jl:
162162

163163
```julia
164164
julia> using Bijectors: TransformedDistribution

0 commit comments

Comments
 (0)