Merge pull request #2497 from unoplatform/mergify/bp/release/stable/4.2/pr-2445

docs: Fix typo (backport #2445)
This commit is contained in:
Agnès ZITTE 2024-08-15 19:05:54 -04:00 коммит произвёл GitHub
Родитель fe2c99e4f3 23cf160325
Коммит b86a347d48
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ You have several way to configure the keys:
> [!IMPORTANT]
> The generation of `IKeyEquatable<T>` using implicit keys will use only **one** matching property.
> The properties a tested in the order in which they have been defined on the `[ImplicitKeyEquality]` attribute.
> This means that in teh example above, if a record have 2 properties `Id` and `EntityId`, only the property named `Id` will be used.
> This means that in the example above, if a record have 2 properties `Id` and `EntityId`, only the property named `Id` will be used.
## How to disable generation?