Skip to content

Commit 0ebd0ed

Browse files
committed
docs: fix lint errors in README files
--- 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: passed - task: lint_package_json status: na - task: lint_repl_help status: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 8101713 commit 0ebd0ed

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

lib/node_modules/@stdlib/datasets/fivethirtyeight-ffq/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var data = dataset();
5151

5252
</section>
5353

54-
<!-- /.examples -->
54+
<!-- /.notes -->
5555

5656
<section class="examples">
5757

@@ -126,6 +126,10 @@ Options:
126126

127127
- Data is written to `stdout` as comma-separated values ([CSV][csv]), where the first line is a header line.
128128

129+
</section>
130+
131+
<!-- /.notes -->
132+
129133
<section class="examples">
130134

131135
### Examples

lib/node_modules/@stdlib/error/tools/pkg2id/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var v = pkg2id( 'unrecognized_pkg_beep_boop_bop_bip' );
7070

7171
```javascript
7272
var v = pkg2id( '@stdlib/math-base-special-sin' );
73-
// returns '0YK'
73+
// returns '0YL'
7474
```
7575

7676
</section>
@@ -178,6 +178,8 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
178178

179179
<section class="related">
180180

181+
</section>
182+
181183
<!-- /.related -->
182184

183185
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

0 commit comments

Comments
 (0)