diff --git a/crates/fj-host/src/platform.rs b/crates/fj-host/src/platform.rs index b192712ab..9ef2f2393 100644 --- a/crates/fj-host/src/platform.rs +++ b/crates/fj-host/src/platform.rs @@ -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 {