Skip to content

Commit 078b193

Browse files
committed
docs: fix orphaned section comments in assert/is-* READMEs
--- 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 ee1f1a7 commit 078b193

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

lib/node_modules/@stdlib/assert/is-capitalized/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Options:
107107

108108
</section>
109109

110+
<!-- /.usage -->
111+
110112
<!-- CLI usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
111113

112114
<section class="notes">
@@ -128,8 +130,6 @@ Options:
128130

129131
<!-- /.notes -->
130132

131-
<!-- /.usage -->
132-
133133
<section class="examples">
134134

135135
### Examples
@@ -139,8 +139,6 @@ $ is-capitalized Beep
139139
true
140140
```
141141

142-
</section>
143-
144142
To use as a [standard stream][standard-streams],
145143

146144
```bash
@@ -156,6 +154,8 @@ false
156154
true
157155
```
158156

157+
</section>
158+
159159
<!-- /.examples -->
160160

161161
</section>

lib/node_modules/@stdlib/assert/is-pascalcase/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Options:
107107

108108
</section>
109109

110+
<!-- /.usage -->
111+
110112
<!-- CLI usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
111113

112114
<section class="notes">
@@ -128,8 +130,6 @@ Options:
128130

129131
<!-- /.notes -->
130132

131-
<!-- /.usage -->
132-
133133
<section class="examples">
134134

135135
### Examples
@@ -139,8 +139,6 @@ $ is-pascalcase Beep
139139
true
140140
```
141141

142-
</section>
143-
144142
To use as a [standard stream][standard-streams],
145143

146144
```bash
@@ -156,6 +154,8 @@ false
156154
true
157155
```
158156

157+
</section>
158+
159159
<!-- /.examples -->
160160

161161
</section>

lib/node_modules/@stdlib/assert/is-snakecase/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Options:
107107

108108
</section>
109109

110+
<!-- /.usage -->
111+
110112
<!-- CLI usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
111113

112114
<section class="notes">
@@ -128,8 +130,6 @@ Options:
128130

129131
<!-- /.notes -->
130132

131-
<!-- /.usage -->
132-
133133
<section class="examples">
134134

135135
### Examples
@@ -139,8 +139,6 @@ $ is-snakecase foo_bar
139139
true
140140
```
141141

142-
</section>
143-
144142
To use as a [standard stream][standard-streams],
145143

146144
```bash
@@ -156,6 +154,8 @@ false
156154
true
157155
```
158156

157+
</section>
158+
159159
<!-- /.examples -->
160160

161161
</section>

0 commit comments

Comments
 (0)