Merge pull request #383 from adiaholic/docFix

Correct erroneous documentation
This commit is contained in:
Florian Schmaus 2020-04-17 21:02:28 +02:00 committed by GitHub
commit 5c5dfedce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`