Skip to content

Commit d33b1ab

Browse files
committed
Remove trailling spaces in docs
1 parent adfb04e commit d33b1ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
> **Q: Is powscript a programming language **
66
7-
> A: not really.
7+
> A: not really.
88
99
> **Q: What do i need to run powscript?**
1010

doc/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSON
1+
# JSON
22

33
JSON is a very popular format.
44
While there are great utilities like `jq`, powscript also supports basic json:

doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ foo one two
4242
<pre>
4343
<code>
4444
foo(a b @extra)
45-
echo a=$a b=$b
45+
echo a=$a b=$b
4646
if set? extra
4747
echo first: $extra[0]
4848
echo all: $extra[@]

0 commit comments

Comments
 (0)