From d7f3e07e15588eb0571d383b5e0d4bdb7ea52188 Mon Sep 17 00:00:00 2001 From: August Feng <46177585+augustfengd@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:02:06 -0500 Subject: [PATCH] comment snippet hint --- src/FSharp.Core/map.fsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FSharp.Core/map.fsi b/src/FSharp.Core/map.fsi index eae4943b5b8..b560950ffbd 100644 --- a/src/FSharp.Core/map.fsi +++ b/src/FSharp.Core/map.fsi @@ -256,8 +256,7 @@ module Map = /// match x with /// | Some s -> Some (s + "z") /// | None -> None - /// ) - /// evaluates to map [(1, "az"); (2, "b")] + /// ) // evaluates to map [(1, "az"); (2, "b")] /// /// []