Skip to content

Commit b3734b8

Browse files
committed
Simplified property type
1 parent 129f791 commit b3734b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Tests/ViewModels/NullablePropertyTopicViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class NullablePropertyTopicViewModel {
3030

3131
public Uri? NullableUrl { get; set; }
3232

33-
public String? Title { get; set; }
33+
public string? Title { get; set; }
3434

3535
public bool? IsHidden { get; set; }
3636

0 commit comments

Comments
 (0)