Skip to content

Commit 9ba6107

Browse files
Apis035well-in-that-case
authored andcommitted
Remove custom ordering
1 parent 6e79a95 commit 9ba6107

File tree

22 files changed

+4
-70
lines changed

22 files changed

+4
-70
lines changed

docs/Runtime Environment/Assert.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---
@@ -343,4 +340,4 @@ An assertion error is thrown if:
343340
```pluto showLineNumbers
344341
assert.contains("hello", { "hello", "world" }) -- Passes.
345342
assert.contains("world", { "hello", "hello" }) -- Fails.
346-
```
343+
```

docs/Runtime Environment/Base32.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---
@@ -14,4 +11,4 @@ Returns an encoded base32 string.
1411
### `base32.decode`
1512
Returns a decoded base32 string.
1613
#### Parameters
17-
1. `data` — A string of base32 data to decode.
14+
1. `data` — A string of base32 data to decode.

docs/Runtime Environment/Base64.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---

docs/Runtime Environment/Bigint.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---

docs/Runtime Environment/CaT.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
The CaT module is available via `require "pluto:cat"` and provides encoding and decoding for [the Colons and Tabs format](https://docs.soup.do/user/cat).
52

63
---

docs/Runtime Environment/Canvas.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---

docs/Runtime Environment/Coroutine.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 2
3-
---
41
This page documents the changes & additions to the `coroutine` library in Pluto, which is built on top of Lua 5.4's.
52

63
---

docs/Runtime Environment/Crypto.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---

docs/Runtime Environment/Exception.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
# Exception
52

63
The `exception` class makes errors easier to parse with `where` and `what` members, as opposed to having a string with both.

docs/Runtime Environment/HTTP.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
sidebar_position: 3
3-
---
41
Must be included via `require`.
52

63
---

0 commit comments

Comments
 (0)