Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/2-Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ an array of `location` objects which almost always contains exactly one element:
}
```

`result.locations` is optional because a location doesn't always sense.
`result.locations` is optional because a location doesn't always make sense.
For example, if a tool tells you that your C# program _doesn't have_ a `Main` entry point, what location
should it mention?

Expand Down