Skip to content

Commit 731969e

Browse files
fix: formatting
1 parent 37bc211 commit 731969e

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

streamerbot/3.api/1.sub-actions/core/logic/switch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ parameters:
2020
- `0`{lang=cs} can be auto-typed to a numeric type such as `int`{lang=cs} or `long`{lang=cs}
2121
- `true`{lang=cs} or `false`{lang=cs} can be auto-typed to a `bool`{lang=cs}
2222
---
23-

streamerbot/3.api/1.sub-actions/core/logic/switch.md.bak

Lines changed: 0 additions & 23 deletions
This file was deleted.

streamerbot/3.api/1.sub-actions/core/logic/while.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
required: true
99
description: |
1010
Enter the value for the left hand side of the comparison
11-
11+
1212
This can contain other `%variables%`{lang=cs} as well as inline functions
1313
- name: Operator
1414
type: Select
@@ -44,9 +44,8 @@ parameters:
4444
default: false
4545
description: |
4646
Whether or not the comparison will be performed without checking casing
47-
47+
4848
For example:
4949
- `yes`{lang=cs} would match `YES`{lang=cs} is it is checked
5050
- `yes`{lang=cs} would not match `YES`{lang=cs} if it is not checked
5151
---
52-

0 commit comments

Comments
 (0)