Skip to content

Commit ab34f3a

Browse files
fix: update docs
1 parent 498b84f commit ab34f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/rulesets/functions/IPA117OperationSummaryStartsWith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { hasCustomMethodOverride } from './utils/extensions.js';
55

66
/**
77
* Checks if the operation summary starts with one of the allowed verbs in the 'allowedStartVerbs' list. The rule ignores custom methods.
8-
* Note: This rule is used by multiple rules evaluating get/list, update, delete and create.
8+
* Note: This function is used by multiple rules evaluating get/list, update, delete and create.
99
* @param input the operation summary to evaluate
1010
* @param allowedStartVerbs the list of allowed verbs that the operation summary must start with
1111
* @param path the path to the operation object summary in the document

0 commit comments

Comments
 (0)