Skip to content

Commit 872cc10

Browse files
authored
Update README.md
1 parent 6717e49 commit 872cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Changes from 1.0.3 -> 2.0.0 are listed below
142142
- This affects any development that uses the `message` or `isSuccessful` from response object of APIs that is Result object.
143143

144144
**How should I update my code?**
145-
- If you still need to use `message` it will be there in the custom exceptions that could be raised when calling the various API methods. `isSuccessful` can be derived to be `true` if the API method doesn't throw any exception.
145+
- If you still need to use `message` it will be there in the custom exceptions that could be raised when calling the various API methods. `isSuccessful` can be understood to be `true` if the API method doesn't throw any exception.
146146

147147

148148
## URL generation

0 commit comments

Comments
 (0)