Skip to content

Commit 2d752b3

Browse files
committed
Fixed warning in example [skip ci]
1 parent 2aedc23 commit 2d752b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/TopicModeling/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class LdaInput
66
{
7-
public string Text { get; set; }
7+
public required string Text { get; set; }
88
}
99

1010
class LdaOutput

0 commit comments

Comments
 (0)