diff --git a/R/cyto_gate_draw-helpers.R b/R/cyto_gate_draw-helpers.R index 3dc5accd..d6757d55 100644 --- a/R/cyto_gate_draw-helpers.R +++ b/R/cyto_gate_draw-helpers.R @@ -124,11 +124,9 @@ "polygon", "ellipse", "quadrant", - "web", - "multirange"))){ + "web"))){ stop( - "Supported 1D gate types include interval, boundary, threshold and ", - "multirange." + "Supported 1D gate types include interval, boundary, and threshold." ) } }