Skip to content

Commit ae0704c

Browse files
docs: fix typo PREMABLE to PREAMBLE
PR-URL: #13130 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 3adbe8a commit ae0704c

133 files changed

Lines changed: 353 additions & 353 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/10d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3535
*
3636
* @example
37-
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_PREMABLE {
37+
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_PREAMBLE {
3838
* // Innermost loop body...
3939
* }
4040
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_EPILOGUE
@@ -179,7 +179,7 @@
179179
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
180180
*
181181
* @example
182-
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_TWO_OUT_PREMABLE {
182+
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_TWO_OUT_PREAMBLE {
183183
* // Innermost loop body...
184184
* }
185185
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_EPILOGUE
@@ -351,7 +351,7 @@
351351
* Macro containing the epilogue for nested loops which operate on elements of a ten-dimensional ndarray.
352352
*
353353
* @example
354-
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_PREMABLE {
354+
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_PREAMBLE {
355355
* // Innermost loop body...
356356
* }
357357
* STDLIB_NDARRAY_ASSIGN_10D_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/10d_blocked.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
4040
*
4141
* @example
42-
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_PREMABLE {
42+
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_PREAMBLE {
4343
* // Innermost loop body...
4444
* }
4545
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_EPILOGUE
@@ -303,7 +303,7 @@
303303
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
304304
*
305305
* @example
306-
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_TWO_OUT_PREMABLE {
306+
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_TWO_OUT_PREAMBLE {
307307
* // Innermost loop body...
308308
* }
309309
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_EPILOGUE
@@ -612,7 +612,7 @@
612612
* Macro containing the epilogue for blocked nested loops which operate on elements of a ten-dimensional ndarray.
613613
*
614614
* @example
615-
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_PREMABLE {
615+
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_PREAMBLE {
616616
* // Innermost loop body...
617617
* }
618618
* STDLIB_NDARRAY_ASSIGN_10D_BLOCKED_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/1d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3434
*
3535
* @example
36-
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_PREMABLE {
36+
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_PREAMBLE {
3737
* // Innermost loop body...
3838
* }
3939
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_EPILOGUE
@@ -71,7 +71,7 @@
7171
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
7272
*
7373
* @example
74-
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_TWO_OUT_PREMABLE {
74+
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_TWO_OUT_PREAMBLE {
7575
* // Innermost loop body...
7676
* }
7777
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_EPILOGUE
@@ -108,7 +108,7 @@
108108
* Macro containing the epilogue for loops which operate on elements of a one-dimensional ndarray.
109109
*
110110
* @example
111-
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_PREMABLE {
111+
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_PREAMBLE {
112112
* // Innermost loop body...
113113
* }
114114
* STDLIB_NDARRAY_ASSIGN_1D_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/2d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3535
*
3636
* @example
37-
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_PREMABLE {
37+
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_PREAMBLE {
3838
* // Innermost loop body...
3939
* }
4040
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_EPILOGUE
@@ -91,7 +91,7 @@
9191
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
9292
*
9393
* @example
94-
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_TWO_OUT_PREMABLE {
94+
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_TWO_OUT_PREAMBLE {
9595
* // Innermost loop body...
9696
* }
9797
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_EPILOGUE
@@ -151,7 +151,7 @@
151151
* Macro containing the epilogue for nested loops which operate on elements of a two-dimensional ndarray.
152152
*
153153
* @example
154-
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_PREMABLE {
154+
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_PREAMBLE {
155155
* // Innermost loop body...
156156
* }
157157
* STDLIB_NDARRAY_ASSIGN_2D_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/2d_blocked.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
4040
*
4141
* @example
42-
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_PREMABLE {
42+
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_PREAMBLE {
4343
* // Innermost loop body...
4444
* }
4545
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_EPILOGUE
@@ -143,7 +143,7 @@
143143
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
144144
*
145145
* @example
146-
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_TWO_OUT_PREMABLE {
146+
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_TWO_OUT_PREAMBLE {
147147
* // Innermost loop body...
148148
* }
149149
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_EPILOGUE
@@ -260,7 +260,7 @@
260260
* Macro containing the epilogue for blocked nested loops which operate on elements of a two-dimensional ndarray.
261261
*
262262
* @example
263-
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_PREMABLE {
263+
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_PREAMBLE {
264264
* // Innermost loop body...
265265
* }
266266
* STDLIB_NDARRAY_ASSIGN_2D_BLOCKED_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/3d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3535
*
3636
* @example
37-
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_PREMABLE {
37+
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_PREAMBLE {
3838
* // Innermost loop body...
3939
* }
4040
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_EPILOGUE
@@ -102,7 +102,7 @@
102102
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
103103
*
104104
* @example
105-
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_TWO_OUT_PREMABLE {
105+
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_TWO_OUT_PREAMBLE {
106106
* // Innermost loop body...
107107
* }
108108
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_EPILOGUE
@@ -176,7 +176,7 @@
176176
* Macro containing the epilogue for nested loops which operate on elements of a three-dimensional ndarray.
177177
*
178178
* @example
179-
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_PREMABLE {
179+
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_PREAMBLE {
180180
* // Innermost loop body...
181181
* }
182182
* STDLIB_NDARRAY_ASSIGN_3D_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/3d_blocked.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
4040
*
4141
* @example
42-
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_PREMABLE {
42+
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_PREAMBLE {
4343
* // Innermost loop body...
4444
* }
4545
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_EPILOGUE
@@ -163,7 +163,7 @@
163163
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
164164
*
165165
* @example
166-
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_TWO_OUT_PREMABLE {
166+
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_TWO_OUT_PREAMBLE {
167167
* // Innermost loop body...
168168
* }
169169
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_EPILOGUE
@@ -304,7 +304,7 @@
304304
* Macro containing the epilogue for blocked nested loops which operate on elements of a three-dimensional ndarray.
305305
*
306306
* @example
307-
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_PREMABLE {
307+
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_PREAMBLE {
308308
* // Innermost loop body...
309309
* }
310310
* STDLIB_NDARRAY_ASSIGN_3D_BLOCKED_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/4d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3535
*
3636
* @example
37-
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_PREMABLE {
37+
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_PREAMBLE {
3838
* // Innermost loop body...
3939
* }
4040
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_EPILOGUE
@@ -113,7 +113,7 @@
113113
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
114114
*
115115
* @example
116-
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_TWO_OUT_PREMABLE {
116+
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_TWO_OUT_PREAMBLE {
117117
* // Innermost loop body...
118118
* }
119119
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_EPILOGUE
@@ -201,7 +201,7 @@
201201
* Macro containing the epilogue for nested loops which operate on elements of a four-dimensional ndarray.
202202
*
203203
* @example
204-
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_PREMABLE {
204+
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_PREAMBLE {
205205
* // Innermost loop body...
206206
* }
207207
* STDLIB_NDARRAY_ASSIGN_4D_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/4d_blocked.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
4040
*
4141
* @example
42-
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_PREMABLE {
42+
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_PREAMBLE {
4343
* // Innermost loop body...
4444
* }
4545
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_EPILOGUE
@@ -183,7 +183,7 @@
183183
* - `S@`, `i@`, `j@`, `o@x#`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
184184
*
185185
* @example
186-
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_TWO_OUT_PREMABLE {
186+
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_TWO_OUT_PREAMBLE {
187187
* // Innermost loop body...
188188
* }
189189
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_EPILOGUE
@@ -348,7 +348,7 @@
348348
* Macro containing the epilogue for blocked nested loops which operate on elements of a four-dimensional ndarray.
349349
*
350350
* @example
351-
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_PREMABLE {
351+
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_PREAMBLE {
352352
* // Innermost loop body...
353353
* }
354354
* STDLIB_NDARRAY_ASSIGN_4D_BLOCKED_LOOP_EPILOGUE

lib/node_modules/@stdlib/ndarray/base/assign/include/stdlib/ndarray/base/assign/macros/5d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
3535
*
3636
* @example
37-
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_PREMABLE {
37+
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_PREAMBLE {
3838
* // Innermost loop body...
3939
* }
4040
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_EPILOGUE
@@ -124,7 +124,7 @@
124124
* - `S@`, `i@`, and `d@x#` where `@` corresponds to the loop number, with `0` being the innermost loop.
125125
*
126126
* @example
127-
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_TWO_OUT_PREMABLE {
127+
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_TWO_OUT_PREAMBLE {
128128
* // Innermost loop body...
129129
* }
130130
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_EPILOGUE
@@ -226,7 +226,7 @@
226226
* Macro containing the epilogue for nested loops which operate on elements of a five-dimensional ndarray.
227227
*
228228
* @example
229-
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_PREMABLE {
229+
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_PREAMBLE {
230230
* // Innermost loop body...
231231
* }
232232
* STDLIB_NDARRAY_ASSIGN_5D_LOOP_EPILOGUE

0 commit comments

Comments
 (0)