We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec0fdf + 390e0cd commit 06581a2Copy full SHA for 06581a2
1 file changed
component-model/src/language-support/csharp.md
@@ -95,7 +95,7 @@ To fix this, add the following code to your in a file called `Component.cs`:
95
```csharp
96
namespace AdderWorld;
97
98
-public class AdderWorldImpl : IAdderWorld
+public class AddImpl : IAdderWorld
99
{
100
public static uint Add(uint x, uint y)
101
0 commit comments