Skip to content

Commit 72af2aa

Browse files
chore: fix spelling errors in array
PR-URL: stdlib-js#9768 Closes: stdlib-js#9767 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 242c076 commit 72af2aa

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

lib/node_modules/@stdlib/array/base/accessors/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
The intent of this function is to provide a minimal abstraction over how
2626
elements are accessed when operating on indexed (i.e., array-like objects
27-
supporting element accesss via integer indices using bracket `[]` syntax)
27+
supporting element access via integer indices using bracket `[]` syntax)
2828
and accessor (i.e., array-like objects supporting the get/set protocol in
2929
which explicit `get` and `set` methods are used for element access) array-
3030
like objects.

lib/node_modules/@stdlib/array/base/accessors/docs/types/index.d.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ interface GetSetAccessorObject<T> {
490490
*
491491
* ## Notes
492492
*
493-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
493+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
494494
*
495495
* @param x - input array
496496
* @returns object containing accessor data
@@ -518,7 +518,7 @@ declare function accessors( x: Float64Array ): Float64AccessorObject;
518518
*
519519
* ## Notes
520520
*
521-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
521+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
522522
*
523523
* @param x - input array
524524
* @returns object containing accessor data
@@ -546,7 +546,7 @@ declare function accessors( x: Float32Array ): Float32AccessorObject;
546546
*
547547
* ## Notes
548548
*
549-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
549+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
550550
*
551551
* @param x - input array
552552
* @returns object containing accessor data
@@ -574,7 +574,7 @@ declare function accessors( x: Int32Array ): Int32AccessorObject;
574574
*
575575
* ## Notes
576576
*
577-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
577+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
578578
*
579579
* @param x - input array
580580
* @returns object containing accessor data
@@ -602,7 +602,7 @@ declare function accessors( x: Int16Array ): Int16AccessorObject;
602602
*
603603
* ## Notes
604604
*
605-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
605+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
606606
*
607607
* @param x - input array
608608
* @returns object containing accessor data
@@ -630,7 +630,7 @@ declare function accessors( x: Int8Array ): Int8AccessorObject;
630630
*
631631
* ## Notes
632632
*
633-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
633+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
634634
*
635635
* @param x - input array
636636
* @returns object containing accessor data
@@ -658,7 +658,7 @@ declare function accessors( x: Uint32Array ): Uint32AccessorObject;
658658
*
659659
* ## Notes
660660
*
661-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
661+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
662662
*
663663
* @param x - input array
664664
* @returns object containing accessor data
@@ -686,7 +686,7 @@ declare function accessors( x: Uint16Array ): Uint16AccessorObject;
686686
*
687687
* ## Notes
688688
*
689-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
689+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
690690
*
691691
* @param x - input array
692692
* @returns object containing accessor data
@@ -714,7 +714,7 @@ declare function accessors( x: Uint8Array ): Uint8AccessorObject;
714714
*
715715
* ## Notes
716716
*
717-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
717+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
718718
*
719719
* @param x - input array
720720
* @returns object containing accessor data
@@ -742,7 +742,7 @@ declare function accessors( x: Uint8ClampedArray ): Uint8cAccessorObject;
742742
*
743743
* ## Notes
744744
*
745-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
745+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
746746
*
747747
* @param x - input array
748748
* @returns object containing accessor data
@@ -770,7 +770,7 @@ declare function accessors( x: Complex128Array ): Complex128AccessorObject;
770770
*
771771
* ## Notes
772772
*
773-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
773+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
774774
*
775775
* @param x - input array
776776
* @returns object containing accessor data
@@ -798,7 +798,7 @@ declare function accessors( x: Complex64Array ): Complex64AccessorObject;
798798
*
799799
* ## Notes
800800
*
801-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
801+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
802802
*
803803
* @param x - input array
804804
* @returns object containing accessor data
@@ -836,7 +836,7 @@ declare function accessors<T = unknown>( x: AccessorArrayLike<T> ): GetSetAccess
836836
*
837837
* ## Notes
838838
*
839-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
839+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
840840
*
841841
* @param x - input array
842842
* @returns object containing accessor data
@@ -862,7 +862,7 @@ declare function accessors<T = unknown>( x: Array<T> ): GenericAccessorObject<T>
862862
*
863863
* ## Notes
864864
*
865-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
865+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
866866
*
867867
* @param x - input array
868868
* @returns object containing accessor data

lib/node_modules/@stdlib/array/base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ interface Namespace {
338338
*
339339
* ## Notes
340340
*
341-
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element accesss via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
341+
* - The intent of this function is to provide a minimal abstraction over how elements are accessed when operating on indexed (i.e., array-like objects supporting element access via integer indices using bracket `[]` syntax) and accessor (i.e., array-like objects supporting the get/set protocol in which explicit `get` and `set` methods are used for element access) array-like objects.
342342
*
343343
* @param x - input array
344344
* @returns object containing accessor data

lib/node_modules/@stdlib/array/struct-factory/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* }
4040
* ];
4141
*
42-
* // Create a struct constructor for storing real and imaginary componenets:
42+
* // Create a struct constructor for storing real and imaginary components:
4343
* var Components = structFactory( schema1 );
4444
*
4545
* var schema2 = [

0 commit comments

Comments
 (0)