Skip to content

Commit

Permalink
docs(TrustedCompanion): Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Dec 16, 2024
1 parent cb120c5 commit 528d8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public static boolean invalidateRelatedUser(String email, RelatedUser relatedUse

/**
* Remove the specified user as observer from the specified trip.
* @return true if one or more related users gor invalidated, false otherwise.
* @return true if one or more related users got invalidated, false otherwise.
*/
public static boolean invalidateRelatedUsers(String email, Collection<RelatedUser> relatedUsers) {
boolean hasChanged = false;
Expand Down

0 comments on commit 528d8bb

Please sign in to comment.