diff --git a/README.md b/README.md index 964640e..74f71ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ionide.Analyzers -A fsharp community project containing [analyzers](https://ionide.io/FSharp.Analyzers.SDK/). +An fsharp community project containing [analyzers](https://ionide.io/FSharp.Analyzers.SDK/). ## Getting started diff --git a/docs/suggestion/001.md b/docs/suggestion/001.md index cc0beab..0aa6e1e 100644 --- a/docs/suggestion/001.md +++ b/docs/suggestion/001.md @@ -17,7 +17,7 @@ type Point = Y: int } -let zero = { X = 0; Y = 0; +let zero = { X = 0; Y = 0 } // Triggers analyzer let moved = { zero with X = 1; Y = 2 } ```