Skip to content

Commit

Permalink
Remove a non-informative documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 12, 2023
1 parent 523b3f2 commit 8941b1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WordPress/Classes/ViewRelated/NUX/LoginEpilogueUserInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ extension LoginEpilogueUserInfo {
fullName = profile.displayName
}

/// Updates the Epilogue properties, given a SocialService instance.
///
mutating func update(with socialUser: SocialUser) {
fullName = socialUser.fullName
email = socialUser.email
Expand Down

0 comments on commit 8941b1b

Please sign in to comment.