Skip to content

Commit 79b4c39

Browse files
committed
Minor fix in docstring.
1 parent feef09b commit 79b4c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SurveyDesign.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ReplicateDesign{ReplicateType}(
164164
strata::Union{Nothing,Symbol} = nothing,
165165
popsize::Union{Nothing,Symbol} = nothing,
166166
weights::Union{Nothing,Symbol} = nothing
167-
) where {ReplicateType <: InferenceType}
167+
) where {ReplicateType <: InferenceMethod}
168168
169169
ReplicateDesign{ReplicateType}(
170170
data::AbstractDataFrame,
@@ -173,7 +173,7 @@ ReplicateDesign{ReplicateType}(
173173
strata::Union{Nothing,Symbol} = nothing,
174174
popsize::Union{Nothing,Symbol} = nothing,
175175
weights::Union{Nothing,Symbol} = nothing
176-
) where {ReplicateType <: InferenceType}
176+
) where {ReplicateType <: InferenceMethod}
177177
178178
ReplicateDesign{ReplicateType}(
179179
data::AbstractDataFrame,
@@ -182,7 +182,7 @@ ReplicateDesign{ReplicateType}(
182182
strata::Union{Nothing,Symbol} = nothing,
183183
popsize::Union{Nothing,Symbol} = nothing,
184184
weights::Union{Nothing,Symbol} = nothing
185-
) where {ReplicateType <: InferenceType}
185+
) where {ReplicateType <: InferenceMethod}
186186
```
187187
188188
# Arguments

0 commit comments

Comments
 (0)