Skip to content

Commit 6d76ef5

Browse files
Update README.md
1 parent 97adbb1 commit 6d76ef5

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
@@ -308,7 +308,7 @@ public class Customer
308308
Then, we need to create a Form for our customer class, Manuela source generator will setup this form so we can just bind it to the UI inputs.
309309
310310
```c#
311-
public partial class CustomerForm : Form<Customer>
311+
public partial class CustomerForm : Form<Customer>
312312
{
313313
// when we inherit from Form&lt;T>, manuela will generate the form for us.
314314
// now we are ready to use this form as the BindingContext of our UI.

0 commit comments

Comments
 (0)