Skip to content

Commit 06581a2

Browse files
Merge pull request bytecodealliance#256 from vados-cosmonic/fix(csharp)=classname-for-adder
fix(csharp): fix adder classname
2 parents fec0fdf + 390e0cd commit 06581a2

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)