Skip to content

Commit deda7c0

Browse files
committed
chore(stdlib): Regenerate markdown documentation
1 parent 61d4373 commit deda7c0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

stdlib/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ assert Buffer.toString(buf) == "Hello"
418418
### Buffer.**getChar**
419419

420420
<details disabled>
421-
<summary tabindex="-1">Added in <code>next</code></summary>
421+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
422422
No other changes yet.
423423
</details>
424424

stdlib/number.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ assert 10 / 2.5 == 4
284284
### Number.**(%)**
285285

286286
<details disabled>
287-
<summary tabindex="-1">Added in <code>next</code></summary>
287+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
288288
No other changes yet.
289289
</details>
290290

@@ -358,7 +358,7 @@ assert 10 ** 2 == 100
358358
### Number.**(==)**
359359

360360
<details disabled>
361-
<summary tabindex="-1">Added in <code>next</code></summary>
361+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
362362
No other changes yet.
363363
</details>
364364

@@ -391,7 +391,7 @@ assert 1 == 1
391391
### Number.**(!=)**
392392

393393
<details disabled>
394-
<summary tabindex="-1">Added in <code>next</code></summary>
394+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
395395
No other changes yet.
396396
</details>
397397

@@ -424,7 +424,7 @@ assert 1 == 1
424424
### Number.**(<)**
425425

426426
<details disabled>
427-
<summary tabindex="-1">Added in <code>next</code></summary>
427+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
428428
No other changes yet.
429429
</details>
430430

@@ -457,7 +457,7 @@ assert 1 < 5
457457
### Number.**(>)**
458458

459459
<details disabled>
460-
<summary tabindex="-1">Added in <code>next</code></summary>
460+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
461461
No other changes yet.
462462
</details>
463463

@@ -490,7 +490,7 @@ assert 5 > 1
490490
### Number.**(<=)**
491491

492492
<details disabled>
493-
<summary tabindex="-1">Added in <code>next</code></summary>
493+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
494494
No other changes yet.
495495
</details>
496496

@@ -528,7 +528,7 @@ assert 1 <= 1
528528
### Number.**(>=)**
529529

530530
<details disabled>
531-
<summary tabindex="-1">Added in <code>next</code></summary>
531+
<summary tabindex="-1">Added in <code>0.7.1</code></summary>
532532
No other changes yet.
533533
</details>
534534

0 commit comments

Comments
 (0)