From 81440527653c8e9cf2650eeb0837b4bc2ec4fd02 Mon Sep 17 00:00:00 2001 From: Joshua Larkin <70237359+j0shuams@users.noreply.github.com> Date: Wed, 13 Jan 2021 12:02:16 -0800 Subject: [PATCH] Update authoring.md --- docs/authoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authoring.md b/docs/authoring.md index 93d1cdbe4..ddae6dc7d 100644 --- a/docs/authoring.md +++ b/docs/authoring.md @@ -3,7 +3,7 @@ ## Overview **Authoring Support is still in preview** -C#/WinRT is working to provide support for authoring Windows Runtime components. You can write a library in C#, and use C#/WinRT's source generator to produce a WinMD that any WinRT compatible language can use. For example, a library written in C# can be used by a C++ program, via C#/WinRT and C++/WinRT. +C#/WinRT is working to provide support for authoring Windows Runtime components. You can write a library in C#, and specify that it is a `CsWinRTComponent` for C#/WinRT to produce a WinMD that any WinRT compatible language can use. For example, a library written in C# can be used by a C++ program, via C#/WinRT and C++/WinRT. ## References