Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpatnaikgit committed Jan 19, 2023
1 parent b95d30a commit e9530e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SurveyDesign.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct SurveyDesign <: AbstractSurveyDesign
end
## Single stage approximation
if typeof(clusters) <: Vector{Symbol}
@warn As part of single-stage approximation, only the first stage cluster ID is retained.
@warn "As part of single-stage approximation, only the first stage cluster ID is retained."
cluster = first(clusters)
end
if typeof(clusters) <: Symbol
Expand Down

0 comments on commit e9530e1

Please sign in to comment.