From 35cdd53989b5eaa01691aac915d60cf609776ab6 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 14 Oct 2021 11:43:06 -0400 Subject: [PATCH] fix typo in stability-platform-support.md --- docs/stability-platform-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stability-platform-support.md b/docs/stability-platform-support.md index acdceef072..b9d8e68c55 100644 --- a/docs/stability-platform-support.md +++ b/docs/stability-platform-support.md @@ -85,7 +85,7 @@ raised about `#![no_std]`: `#![no_std]` library over time has a number of costs associated with it: * Rust has no stable way to diagnose `no_std` errors in an otherwise `std` - build, which means that to supoprt this feature it must be tested on CI with + build, which means that to support this feature it must be tested on CI with a `no_std` target. This is costly in terms of CI time, CI maintenance, and developers having to do extra builds to avoid CI errors. Note that this isn't *more* costly than any other platform supported by Wasmtime, but it's