Index: Src/GoogleApis.Auth.WP/OAuth2/AuthorizationCodeBroker.cs =================================================================== --- a/Src/GoogleApis.Auth.WP/OAuth2/AuthorizationCodeBroker.cs +++ b/Src/GoogleApis.Auth.WP/OAuth2/AuthorizationCodeBroker.cs @@ -27,8 +27,8 @@ namespace Google.Apis.Auth.OAuth2 { /// - /// OAuth 2.0 verification code receiver for WP that opens an embedded Google account form to enter the user's - /// credentials and accepts the application access to its token. + /// OAuth 2.0 verification code receiver for Windows Phone that opens an embedded Google account form to enter the + /// user's credentials and accepts the application access to its token. /// public class AuthorizationCodeBroker : ICodeReceiver {