From e9530e195d87131a32f37d314c8f406902308d54 Mon Sep 17 00:00:00 2001 From: ayushpatnaikgit Date: Thu, 19 Jan 2023 15:42:17 +0530 Subject: [PATCH] Fix syntax. --- src/SurveyDesign.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SurveyDesign.jl b/src/SurveyDesign.jl index 71ee1356..fc8030f1 100644 --- a/src/SurveyDesign.jl +++ b/src/SurveyDesign.jl @@ -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