Skip to content

Commit 2ec2116

Browse files
committed
docs: fix typo
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 5388bba commit 2ec2116

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

lib/node_modules/@stdlib/blas/base/wasm/ccopy/docs/repl.txt

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

190190

191191
{{alias}}.Module.prototype.view
192-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
192+
Read-only property which returns a WebAssembly memory buffer as a DataView.
193193

194194
Returns
195195
-------

lib/node_modules/@stdlib/blas/base/wasm/cscal/docs/repl.txt

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

180180

181181
{{alias}}.Module.prototype.view
182-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
182+
Read-only property which returns a WebAssembly memory buffer as a DataView.
183183

184184
Returns
185185
-------

lib/node_modules/@stdlib/blas/base/wasm/cswap/docs/repl.txt

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

201201

202202
{{alias}}.Module.prototype.view
203-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
203+
Read-only property which returns a WebAssembly memory buffer as a DataView.
204204

205205
Returns
206206
-------

lib/node_modules/@stdlib/blas/base/wasm/dasum/docs/repl.txt

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

163163

164164
{{alias}}.Module.prototype.view
165-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
165+
Read-only property which returns a WebAssembly memory buffer as a DataView.
166166

167167
Returns
168168
-------

lib/node_modules/@stdlib/blas/base/wasm/daxpy/docs/repl.txt

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

196196

197197
{{alias}}.Module.prototype.view
198-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
198+
Read-only property which returns a WebAssembly memory buffer as a DataView.
199199

200200
Returns
201201
-------

lib/node_modules/@stdlib/blas/base/wasm/dcopy/docs/repl.txt

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

187187

188188
{{alias}}.Module.prototype.view
189-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
189+
Read-only property which returns a WebAssembly memory buffer as a DataView.
190190

191191
Returns
192192
-------

lib/node_modules/@stdlib/blas/base/wasm/ddot/docs/repl.txt

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

192192

193193
{{alias}}.Module.prototype.view
194-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
194+
Read-only property which returns a WebAssembly memory buffer as a DataView.
195195

196196
Returns
197197
-------

lib/node_modules/@stdlib/blas/base/wasm/drot/docs/repl.txt

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

212212

213213
{{alias}}.Module.prototype.view
214-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
214+
Read-only property which returns a WebAssembly memory buffer as a DataView.
215215

216216
Returns
217217
-------

lib/node_modules/@stdlib/blas/base/wasm/drotm/docs/repl.txt

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

212212

213213
{{alias}}.Module.prototype.view
214-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
214+
Read-only property which returns a WebAssembly memory buffer as a DataView.
215215

216216
Returns
217217
-------

lib/node_modules/@stdlib/blas/base/wasm/dscal/docs/repl.txt

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

173173

174174
{{alias}}.Module.prototype.view
175-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
175+
Read-only property which returns a WebAssembly memory buffer as a DataView.
176176

177177
Returns
178178
-------

0 commit comments

Comments
 (0)