From 7bb8b6593b828685a6263e8eedb3812698c04e59 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Fri, 24 Apr 2020 11:14:26 -0400 Subject: [PATCH] Fixup WindowDesc docs --- druid/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/druid/src/app.rs b/druid/src/app.rs index b2f9856408..ca729ea43f 100644 --- a/druid/src/app.rs +++ b/druid/src/app.rs @@ -161,7 +161,7 @@ impl WindowDesc { /// Set the title for this window. This is a [`LabelText`]; it can be either /// a `String`, a [`LocalizedString`], or a closure that computes a string; - /// it that will be kept up to date as the application's state changes. + /// it will be kept up to date as the application's state changes. /// /// [`LabelText`]: widget/enum.LocalizedString.html /// [`LocalizedString`]: struct.LocalizedString.html