From e40fa139416990060f4810176546407afbee57de Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 4 Nov 2022 09:49:45 +0100 Subject: [PATCH] Improve doc comment --- crates/fj-host/src/platform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {