diff --git a/docs/fsharp/tutorials/fsharp-interactive/index.md b/docs/fsharp/tutorials/fsharp-interactive/index.md index f3d19b9218957..d65286bcef51f 100644 --- a/docs/fsharp/tutorials/fsharp-interactive/index.md +++ b/docs/fsharp/tutorials/fsharp-interactive/index.md @@ -86,7 +86,7 @@ test The `#r` syntax for referencing a DLL in F# Interactive can also be used to reference a nuget package via the following syntax: ```fsharp -#r "nuget: +#r "nuget: " ``` For example, to reference the `FSharp.Data` package, use the following `#r` reference: