Skip to content

Commit 5665ee7

Browse files
authored
Fix orleans grain->persistence->index page (#44742)
* add 'return' keyword in sample code * ProfileState class DateOfBirth add get set
1 parent 8626d2d commit 5665ee7

File tree

1 file changed

+1
-1
lines changed
  • docs/orleans/grains/grain-persistence

1 file changed

+1
-1
lines changed

docs/orleans/grains/grain-persistence/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public class ProfileState
229229
{
230230
public string Name { get; set; }
231231

232-
public Date DateOfBirth
232+
public Date DateOfBirth { get; set; }
233233
}
234234
```
235235

0 commit comments

Comments
 (0)