We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent03e548b commite3f64a8Copy full SHA for e3f64a8
src/fsharp/FSharp.Core/prim-types.fsi
@@ -676,7 +676,7 @@ namespace Microsoft.FSharp.Core
676
/// <summary>This attribute is used for two purposes. When applied to an assembly, it must be given a string
677
/// argument, and this argument must indicate a valid module or namespace in that assembly. Source
678
/// code files compiled with a reference to this assembly are processed in an environment
679
-/// where the given path is automaticallyoepned.</summary>
+/// where the given path is automaticallyopened.</summary>
680
///
681
/// <remarks>When applied to a module within an assembly, then the attribute must not be given any arguments.
682
/// When the enclosing namespace is opened in user source code, the module is also implicitly opened.</remarks>