From 16d83418fdc88023288def14aa9eb551611a1eb3 Mon Sep 17 00:00:00 2001 From: David Maas Date: Mon, 22 Apr 2024 14:20:37 -0500 Subject: [PATCH] Fix typo in Bonsai.Design.Slider documentation. Fixes https://github.com/bonsai-rx/bonsai/issues/1671 --- Bonsai.Design/Slider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bonsai.Design/Slider.cs b/Bonsai.Design/Slider.cs index e3dd506c9..1e543627d 100644 --- a/Bonsai.Design/Slider.cs +++ b/Bonsai.Design/Slider.cs @@ -32,7 +32,7 @@ public Slider() public TypeConverter Converter { get; set; } /// - /// Gets or sets the upper limit of values in the slider. + /// Gets or sets the lower limit of values in the slider. /// public double Minimum { @@ -41,7 +41,7 @@ public double Minimum } /// - /// Gets or sets the lower limit of values in the slider. + /// Gets or sets the upper limit of values in the slider. /// public double Maximum {