Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIxes #4663

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

FIxes #4663

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To set up a development environment, please follow these steps:
3. Follow instructions in [vscode-cairo](../vscode-cairo/README.md).

The `rustfmt` configuration used by cairo requires a nightly version of Rust.
You can install the nightly version by running.
You can install the nightly version of Rust by running the following command:
```sh
rustup install nightly-2023-07-05
```
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Now `Html` versions of the documentation will be generated.

## View in PDF
### Install `asciidoctor`
> Note: when you install `asciidoctor`, `asciidoctor-pdf` also be installed.
> Note: Installing asciidoctor will also install asciidoctor-pdf.

- Mac OS
```bash
Expand All @@ -63,4 +63,4 @@ asciidoctor-pdf src/Summary.adoc
asciidoctor-pdf src/*.adoc`
```

Now `PDF` versions of the documentation will be generated.
Now `PDF` versions of the documentation will be generated.
Loading