Skip to content

Commit a7b75d8

Browse files
committed
chore: fix README sections and return annotations spacing
--- 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: passed - 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 7cb1664 commit a7b75d8

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

lib/node_modules/@stdlib/constants/float16/ln-half/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ console.log( FLOAT16_LN_HALF );
6060

6161
</section>
6262

63+
<!-- /.examples -->
64+
65+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
66+
67+
<section class="related">
68+
6369
</section>
6470

6571
<!-- /.related -->

lib/node_modules/@stdlib/constants/float16/ln-ten/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ var bool = ( FLOAT16_LN10 === 2.302734375 );
5555
var FLOAT16_LN10 = require( '@stdlib/constants/float16/ln-ten' );
5656

5757
console.log( FLOAT16_LN10 );
58-
// => 2.302734375
58+
// => 2.302734375
5959
```
6060

6161
</section>
6262

6363
<!-- /.examples -->
6464

65-
<!-- /.examples -->
66-
6765
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
6866

6967
<section class="related">

lib/node_modules/@stdlib/constants/float16/ln-ten/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @example
2828
* var FLOAT16_LN10 = require( '@stdlib/constants/float16/ln-ten' );
29-
* // returns 2.302734375
29+
* // returns 2.302734375
3030
*/
3131

3232

lib/node_modules/@stdlib/constants/float16/ln-two-pi/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ console.log( FLOAT16_LN_TWO_PI );
6262

6363
<!-- /.examples -->
6464

65-
</section>
66-
6765
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
6866

6967
<section class="related">

lib/node_modules/@stdlib/constants/float16/ln-two/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ console.log( FLOAT16_LN2 );
6060

6161
<!-- /.examples -->
6262

63-
<section class="examples">
64-
65-
</section>
66-
6763
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
6864

6965
<section class="related">

0 commit comments

Comments
 (0)