@@ -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+
@@ -1786,7 +1786,7 @@ namespace Microsoft.FSharp.Core
17861786///
17871787/// < remarks>Use the constructors <c>ValueSome< / c> and <c>ValueNone< / c> to create values of this type.
17881788/// Use the values in the <c>ValueOption< / c> module to manipulate values of this type ,
1789- /// or pattern match against the values directly.
1789+ /// or pattern match against the values directly.< / remarks>
17901790[< StructuralEquality ; StructuralComparison> ]
17911791[< CompiledName ( "FSharpValueOption`1 ")>]
17921792[< Struct> ]
@@ -1806,7 +1806,7 @@ namespace Microsoft.FSharp.Core
18061806///
18071807/// < remarks>Use the constructors <c>ValueSome< / c> and <c>ValueNone< / c> to create values of this type.
18081808/// Use the values in the <c>ValueOption< / c> module to manipulate values of this type ,
1809- /// or pattern match against the values directly.
1809+ /// or pattern match against the values directly.< / remarks>
18101810and 'T voption = ValueOption<'T>
18111811
18121812/// < summary>Helper type for error handling without exceptions.< / summary>