Skip to content

Commit 5ec3604

Browse files
authored
Update README.md
1 parent ede3129 commit 5ec3604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ make sure to mark outside method call with right access attributes to generate r
380380

381381
```c#
382382

383-
public static Extension
383+
public static class Extension
384384
{
385385
[ReadOnly(typeof(FooComponent)), ReadWrite(typeof(BarComponent))]
386386
public static void Call<[ReadWrite] T, [ReadOnly] U>([ReadOnly] Type type) { /* ... */ }

0 commit comments

Comments
 (0)