Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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)
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.
Expand Down
28 changes: 14 additions & 14 deletions lib/node_modules/@stdlib/array/base/accessors/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ interface GetSetAccessorObject<T> {
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -518,7 +518,7 @@ declare function accessors( x: Float64Array ): Float64AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -546,7 +546,7 @@ declare function accessors( x: Float32Array ): Float32AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -574,7 +574,7 @@ declare function accessors( x: Int32Array ): Int32AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -602,7 +602,7 @@ declare function accessors( x: Int16Array ): Int16AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -630,7 +630,7 @@ declare function accessors( x: Int8Array ): Int8AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -658,7 +658,7 @@ declare function accessors( x: Uint32Array ): Uint32AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -686,7 +686,7 @@ declare function accessors( x: Uint16Array ): Uint16AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -714,7 +714,7 @@ declare function accessors( x: Uint8Array ): Uint8AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -742,7 +742,7 @@ declare function accessors( x: Uint8ClampedArray ): Uint8cAccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -770,7 +770,7 @@ declare function accessors( x: Complex128Array ): Complex128AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -798,7 +798,7 @@ declare function accessors( x: Complex64Array ): Complex64AccessorObject;
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down Expand Up @@ -836,7 +836,7 @@ declare function accessors<T = unknown>( x: AccessorArrayLike<T> ): GetSetAccess
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand All @@ -862,7 +862,7 @@ declare function accessors<T = unknown>( x: Array<T> ): GenericAccessorObject<T>
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ interface Namespace {
*
* ## Notes
*
* - 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.
* - 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.
*
* @param x - input array
* @returns object containing accessor data
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/struct-factory/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* }
* ];
*
* // Create a struct constructor for storing real and imaginary componenets:
* // Create a struct constructor for storing real and imaginary components:
* var Components = structFactory( schema1 );
*
* var schema2 = [
Expand Down
Loading