Skip to content

Commit

Permalink
fix(website): added langauge declarations to som badly formatted code…
Browse files Browse the repository at this point in the history
…blocks

Technically, this is a docs issue, but the manifestation was in styling
on the website.
  • Loading branch information
arctic-hen7 committed Oct 29, 2022
1 parent 264b65f commit 3f5b8cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/0.3.0-0.3.3/en-US/pitfalls-and-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're getting errors along the lines of not being able to find the latest Pe

However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:

```
```shell
cd ~/.cargo
mkdir old
mv git old
Expand Down
2 changes: 1 addition & 1 deletion docs/0.3.4/en-US/reference/pitfalls-and-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're getting errors along the lines of not being able to find the latest Pe

However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:

```
```shell
cd ~/.cargo
mkdir old
mv git old
Expand Down
2 changes: 1 addition & 1 deletion docs/0.4.x/en-US/reference/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you're getting errors along the lines of not being able to find the latest Pe

However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:

```
```shell
cd ~/.cargo
mkdir old
mv git old
Expand Down
2 changes: 1 addition & 1 deletion docs/next/en-US/reference/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you're getting errors along the lines of not being able to find the latest Pe

However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:

```
```shell
cd ~/.cargo
mkdir old
mv git old
Expand Down

2 comments on commit 3f5b8cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 3f5b8cf Previous: 6eb10a4 Ratio
Wasm Bundle Size 278986 Bytes 250090 Bytes 1.12

This comment was automatically generated by workflow using github-action-benchmark.

CC: @arctic-hen7

@arctic-hen7
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.