diff --git a/Source/Gapotchenko.FX/Optional`1.cs b/Source/Gapotchenko.FX/Optional`1.cs index b4c44f18..5fdfd105 100644 --- a/Source/Gapotchenko.FX/Optional`1.cs +++ b/Source/Gapotchenko.FX/Optional`1.cs @@ -8,8 +8,12 @@ namespace Gapotchenko.FX { /// + /// /// Represents an optional value. - /// It is similar to , but can also operate with a value of a reference type. + /// + /// + /// is similar to but can also operate when is a reference type. + /// /// /// The underlying type of the generic type. [Serializable]