Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 7, 2023
1 parent ab9a6bd commit 83ef7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/suggestion/001.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
```
Expand Down

0 comments on commit 83ef7aa

Please sign in to comment.