From 2a22afce71e6d220890c65cf2cb54b9bbb3fa6ba Mon Sep 17 00:00:00 2001 From: Tyson Williams <34664007+TysonMN@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:40:24 -0500 Subject: [PATCH] added missing double quote --- docs/fsharp/tutorials/fsharp-interactive/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: