@@ -808,7 +808,7 @@ namespace Microsoft.FSharp.Core
808808#endif
809809type byref < 'T , 'Kind > = ( #" !0&" #)
810810
811- /// <summary>Represents a managed pointer in F# code. For F# 4.5+ this is considered equivalent to <c>byref<'T, ByRefKinds.InOut></c></summary>
811+ /// <summary>Represents a managed pointer in F# code. For F# 4.5+ this is considered equivalent to <c>byref< 'T, ByRefKinds.InOut> </c></summary>
812812type byref < 'T > = ( #" !0&" #)
813813
814814/// Represents the types of byrefs in F# 4.5+
@@ -1850,7 +1850,7 @@ namespace Microsoft.FSharp.Core
18501850///
18511851/// < remarks>Use the constructors <c>ValueSome< / c> and <c>ValueNone< / c> to create values of this type.
18521852/// Use the values in the <c>ValueOption< / c> module to manipulate values of this type ,
1853- /// or pattern match against the values directly.
1853+ /// or pattern match against the values directly.< / remarks>
18541854[< StructuralEquality ; StructuralComparison> ]
18551855[< CompiledName ( "FSharpValueOption`1 ")>]
18561856[< Struct> ]
@@ -1870,7 +1870,7 @@ namespace Microsoft.FSharp.Core
18701870///
18711871/// < remarks>Use the constructors <c>ValueSome< / c> and <c>ValueNone< / c> to create values of this type.
18721872/// Use the values in the <c>ValueOption< / c> module to manipulate values of this type ,
1873- /// or pattern match against the values directly.
1873+ /// or pattern match against the values directly.< / remarks>
18741874and 'T voption = ValueOption<'T>
18751875
18761876/// < summary>Helper type for error handling without exceptions.< / summary>