You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a typo in the JSDoc comment for the isReplaceOperation function. The comment incorrectly refers to "REPACE" instead of "REPLACE".
To Reproduce
Steps to reproduce the behavior:
View the source code file containing the isReplaceOperation function
Look at the JSDoc comment which currently reads:
/**
* isReplaceOperation check if the operation is an REPACE
* @param operation the name of the SCIM Patch operation
* @return true if this is a replace operation
*/
Expected behavior
The comment should read "REPLACE" instead of "REPACE" to match the actual operation name..
Screenshots
N/A
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
This is a simple documentation typo and does not affect functionality. I'd be happy to submit a PR to fix this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a typo in the JSDoc comment for the
isReplaceOperation
function. The comment incorrectly refers to "REPACE" instead of "REPLACE".To Reproduce
Steps to reproduce the behavior:
isReplaceOperation
functionExpected behavior
The comment should read "REPLACE" instead of "REPACE" to match the actual operation name..
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This is a simple documentation typo and does not affect functionality. I'd be happy to submit a PR to fix this issue.
The text was updated successfully, but these errors were encountered: