From 9982b63e5002a50cf0defacab90234638bfe399a Mon Sep 17 00:00:00 2001 From: Ilya Kharlamov <502372+ilyakharlamov@users.noreply.github.com> Date: Mon, 3 Sep 2018 16:27:42 -0400 Subject: [PATCH] A minor typo --- docs/conceptual/seq.append['t]-function-[fsharp].md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conceptual/seq.append['t]-function-[fsharp].md b/docs/conceptual/seq.append['t]-function-[fsharp].md index c5cadeea..2b2bd365 100644 --- a/docs/conceptual/seq.append['t]-function-[fsharp].md +++ b/docs/conceptual/seq.append['t]-function-[fsharp].md @@ -59,7 +59,7 @@ This function is named `Append` in compiled assemblies. If you are accessing the ## Example -The following example hows how to use `Seq.append`. +The following example shows how to use `Seq.append`. [!code-fsharp[Main](snippets/fssequences/snippet25.fs)]