Skip to content

Commit

Permalink
Fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 29, 2021
1 parent e0eb174 commit d1aeeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Auth0/AuthenticationError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Auth0/ManagementError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1aeeb5

Please sign in to comment.