Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DagobertDev authored and Doraku committed Jul 30, 2021
1 parent b4c1b29 commit ce3daf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ If `When...` rules are present, you should call its `Complete()` method once you
This is the base type used in the provided system implementation.

<a name='Overview_Query_AsMap'></a>
### AsSet
### AsMap
```csharp
world
.GetEntities()
Expand All @@ -386,7 +386,7 @@ If `When...` rules are present, you should call its `Complete()` method once you
This is usefull if you need o(1) access to an entity based on a key.

<a name='Overview_Query_AsMultiMap'></a>
### AsSet
### AsMultiMap
```csharp
world
.GetEntities()
Expand Down Expand Up @@ -798,4 +798,4 @@ CI, tests and code quality rely on those awesome projects:
- [NFulent](https://github.com/tpierrain/NFluent)
- [NSubstitute](https://github.com/nsubstitute/NSubstitute)
- [Roslynator](https://github.com/JosefPihrt/Roslynator)
- [XUnit](https://github.com/xunit/xunit)
- [XUnit](https://github.com/xunit/xunit)

0 comments on commit ce3daf7

Please sign in to comment.