Skip to content

Commit

Permalink
Fixing doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
rbas committed Feb 13, 2023
1 parent 1d4b260 commit 3f303c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_info/src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct Info {
pub(crate) version: Version,
/// Operating system edition.
pub(crate) edition: Option<String>,
/// Operating system edition.
/// Operating system codename.
pub(crate) codename: Option<String>,
/// Operating system architecture in terms of how many bits compose the basic values it can deal
/// with. See `Bitness` for details.
Expand Down

0 comments on commit 3f303c8

Please sign in to comment.