Skip to content

Commit af82fe9

Browse files
committed
Fix a small typo in XML docs
This closes #58
1 parent d01455e commit af82fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.Mvvm/ComponentModel/Attributes/ObservablePropertyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace CommunityToolkit.Mvvm.ComponentModel;
3838
///
3939
/// public bool IsEnabled
4040
/// {
41-
/// get => name;
41+
/// get => isEnabled;
4242
/// set => SetProperty(ref isEnabled, value);
4343
/// }
4444
/// }

0 commit comments

Comments
 (0)