Correct erroneous documentation

This commit is contained in:
adiaholic 2020-04-14 16:16:04 +05:30
parent 7f2e8b793a
commit 38c77fd573
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ The base class that integration tests need to subclass.
### `AbstractSmackLowLevelIntegrationTest`
Allows low level integration test, i.e. ever test method will have its on exclusive XMPPTCPConnection instances.
Allows low level integration test, i.e. every test method will have its own exclusive XMPPTCPConnection instances.
### `AbstractSmackSpecificLowLevelIntegrationTest`