Typo fixes (#4461)

* Fixed typo on class documentation of TextUtils

* corrected comma placement in documentation

* Fixed typos in comments
This commit is contained in:
Jamie Brown 2021-06-17 03:53:17 +01:00 committed by GitHub
parent 2be828c50e
commit a3cbe3659c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import androidx.annotation.Nullable;
/**
* This Class Mocks TextUtils for the purpose of testing.
* NOTE: This class would not change the function of the TextUtils used in app
* it onlt mocks it for the unit tests
* it only mocks it for the unit tests
*
*/
public class TextUtils {