Skip to content

Commit

Permalink
Fixup WindowDesc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Apr 24, 2020
1 parent 7be2f46 commit 7bb8b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl<T: Data> WindowDesc<T> {

/// 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
Expand Down

0 comments on commit 7bb8b65

Please sign in to comment.