Skip to content

Commit 0d5f182

Browse files
committed
Fix typos in docstrings
1 parent 63dd948 commit 0d5f182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/InferenceObjectsPosteriorStatsExt/summarize.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ function StatsBase.summarystats(data::InferenceObjects.Dataset; kwargs...)
1313
end
1414

1515
@doc """
16-
summarize(data::InferenceData, group=:posterior, stats_funs...; kwargs...)
16+
summarize(data::InferenceData, stats_funs...; group=:posterior, kwargs...)
1717
summarize(data::Dataset, stats_funs...; kwargs...)
1818
1919
Compute summary statistics for the data using the provided functions.
2020
21-
For verbose variable labels, provide `compat_labels=false`. For details on `stats_funs` and
21+
For verbose variable labels, provide `compact_labels=false`. For details on `stats_funs` and
2222
`kwargs`, see [`PosteriorStats.summarize`](@extref).
2323
2424
# Examples

0 commit comments

Comments
 (0)