diff --git a/OTPCode.md b/OTPCode.md index b73faf8..6999257 100644 --- a/OTPCode.md +++ b/OTPCode.md @@ -14,10 +14,10 @@ public record OTPCode | [OTPCode(int)](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.OTPCode#OTPCodeint) | Initializes a new instance of the `OTPCode` class. | ## Properties -| Property | Type | Description | -| --- | --- | --- | -| `Code` | `Int32` | Gets or sets OTP code. | -| `Expiring` | [DateTime?](https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | Gets or sets date-time until the code is valid. | +| Property | Type | Accessor | Description | +| --- | --- | --- | --- | +| `Code` | `Int32` | get/set | Gets or sets OTP code. | +| `Expiring` | [DateTime?](https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | get/set | Gets or sets date-time until the code is valid. | ## Methods | Method | Description |