Skip to content

Commit e41ac54

Browse files
authored
Fix typo in see also section (#11663)
* Fix typo in see also section Fixes #11660 * date
1 parent 7e1f2a0 commit e41ac54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/fsharp/language-reference/import-declarations-the-open-keyword.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Import Declarations: The open Keyword"
33
description: Learn about F# import declarations and how they specify a module or namespace whose elements you can reference without using a fully qualified name.
4-
ms.date: 05/16/2016
4+
ms.date: 04/04/2019
55
---
66
# Import Declarations: The `open` Keyword
77

@@ -62,6 +62,6 @@ Some modules, records, or union types may specify the `RequireQualifiedAccess` a
6262

6363
## See also
6464

65-
- [# Language Reference](index.md)
65+
- [F# Language Reference](index.md)
6666
- [Namespaces](namespaces.md)
67-
- [Modules](modules.md)
67+
- [Modules](modules.md)

0 commit comments

Comments
 (0)