We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f03ce7 commit 819f0bfCopy full SHA for 819f0bf
src/lib/PriorityTools.ts
@@ -41,11 +41,12 @@ export class PriorityTools {
41
}
42
43
/**
44
- * Get the {@link Priority} value from a string. The input string will be lower-cased.
+ * Get the {@link Priority} value from a string. The algorithm is case-insensitive.
45
*
46
* In case the value was not recognised, {@link Priority.None} will be returned.
47
48
- * @param priority
+ * @param priority - a string containing a name of one the supported {@link Priority} values.
49
+ * Capitalisation is ignored.
50
* @see priorityNameUsingNormal
51
*/
52
public static priorityValue(priority: string): Priority {
0 commit comments