Skip to content

Commit aa7cf56

Browse files
svickcartermp
authored andcommitted
Added missing newline (dotnet#1023)
1 parent 8ada0e4 commit aa7cf56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/fsharp/language-reference/modules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ In the context of the F# language, a *module* is a grouping of F# code, such as
1919

2020
```fsharp
2121
// Top-level module declaration.
22-
module [accessibility-modifier] [qualified-namespace.]module-namedeclarations
22+
module [accessibility-modifier] [qualified-namespace.]module-name
23+
declarations
2324
// Local module declaration.
2425
module [accessibility-modifier] module-name =
2526
declarations

0 commit comments

Comments
 (0)