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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-alphagram/docs/types/index.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@
23
23
*
24
24
* ## Notes
25
25
*
26
-
* - The function first checks that an input value is a string before validating that the value is an alphagram. For non-string values, the function returns `false`.
26
+
* - The function first checks that an input value is a string before validating that the value is an alphagram. For non-string values, the function returns `false`.
27
27
*
28
-
* @paramx - value to test
28
+
* @paramvalue - value to test
29
29
* @returns boolean indicating if a value is an alphagram
0 commit comments