diff --git a/Auth0/AuthenticationError.swift b/Auth0/AuthenticationError.swift index 437dcc4d..5660f0f6 100644 --- a/Auth0/AuthenticationError.swift +++ b/Auth0/AuthenticationError.swift @@ -140,7 +140,7 @@ extension AuthenticationError: CustomDebugStringConvertible { extension AuthenticationError { /** - Returns a value from the error's `info` dictionary + Returns a value from the error data - parameter key: key of the value to return diff --git a/Auth0/ManagementError.swift b/Auth0/ManagementError.swift index 72ee9534..2ba0ae96 100644 --- a/Auth0/ManagementError.swift +++ b/Auth0/ManagementError.swift @@ -79,7 +79,7 @@ extension ManagementError: CustomDebugStringConvertible { extension ManagementError { /** - Returns a value from the error's `info` dictionary + Returns a value from the error data - parameter key: key of the value to return