Improve doc comment

This commit is contained in:
Hanno Braun 2022-11-04 09:49:45 +01:00
parent 8cf82e9803
commit e40fa13941
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ impl Platform for Unix {
}
}
// Represents common apis availiable independent of hosts
// Abstracts over differences in host platforms
pub struct HostPlatform;
impl HostPlatform {