Skip to content

Commit 390e0cd

Browse files
fix(csharp): fix adder classname
Signed-off-by: Victor Adossi <[email protected]>
1 parent fec0fdf commit 390e0cd

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support

1 file changed

+1
-1
lines changed

component-model/src/language-support/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To fix this, add the following code to your in a file called `Component.cs`:
9595
```csharp
9696
namespace AdderWorld;
9797

98-
public class AdderWorldImpl : IAdderWorld
98+
public class AddImpl : IAdderWorld
9999
{
100100
public static uint Add(uint x, uint y)
101101
{

0 commit comments

Comments
 (0)