From 0699c46935051e35a055cf379bd0a66028b486c3 Mon Sep 17 00:00:00 2001 From: Darrell Roberts <33698065+darrell-roberts@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:27:34 -0500 Subject: [PATCH] fix typo (#227) --- docs/src/usage/target_os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/usage/target_os.md b/docs/src/usage/target_os.md index 55606d05..df36df0d 100644 --- a/docs/src/usage/target_os.md +++ b/docs/src/usage/target_os.md @@ -63,7 +63,7 @@ The following example will not allow `MyType` to be typeshared. ## Combined with features or other cfg attributes -Typehsare will not take into consideration any other `cfg` attributes other than `target_os` when generating types. +Typehshare will not take into consideration any other `cfg` attributes other than `target_os` when generating types. For example: