DOCS: incorrect descriptions in AboutMetadata fields (#5744)

This commit is contained in:
Antoine Meloche 2022-12-03 08:22:17 -05:00 committed by GitHub
parent 9d872ab872
commit c7bffb01be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,13 +584,13 @@ impl AboutMetadata {
self
}
/// Defines the application version.
/// Defines the application's website link.
pub fn website(mut self, website: impl Into<String>) -> Self {
self.website.replace(website.into());
self
}
/// Defines the application version.
/// Defines the application's website link name.
pub fn website_label(mut self, website_label: impl Into<String>) -> Self {
self.website_label.replace(website_label.into());
self