From d1aeeb54a2222ce147c9d6c5b527563c6858092a Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 29 Nov 2021 20:16:20 -0300 Subject: [PATCH] Fix doc comments --- Auth0/AuthenticationError.swift | 2 +- Auth0/ManagementError.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Auth0/AuthenticationError.swift b/Auth0/AuthenticationError.swift index 437dcc4d4..5660f0f67 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 72ee95343..2ba0ae96f 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