Skip to content

Commit

Permalink
Grammar and Style Improvements (#6747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmaxs2 authored Nov 26, 2024
1 parent 040ee16 commit cf42e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/cairo-lang-language-server/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To generate a profile file, paste the following into your `.vscode/settings.json
```

This will generate a trace file that you'll be able to further analyze.
CairoLS will print the path to this trace file and instructions how to analyze it on its standard
CairoLS will print the path to this trace file and instructions on how to analyze it on its standard
error.
In Visual Studio Code you will find this output in the `Output``Cairo Language Server` panel.
We're not copying these here because nobody will bother keeping this document in sync.
Expand All @@ -74,7 +74,7 @@ We're not copying these here because nobody will bother keeping this document in

If you find a short reproduction of your problem, we strongly suggest writing an E2E test and
including it in your PR.
Not only this will make your development cycle faster (because checking your changes will be now
Not only will this make your development cycle faster (because checking your changes will be now
automated),
but you will also enable future developers not to fall into the pitfall that caused the bug you
found and debugged 🤓.
Expand Down
3 changes: 1 addition & 2 deletions docs/FEATURE_PARITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cairo 0 Features Parity

In this page we track the missing features to reach feature parity with the old compiler version. We divided them by Cairo, Starknet and specific system calls in Starknet OS.
On this page we track the missing features to reach feature parity with the old compiler version. We divided them by Cairo, Starknet and specific system calls in Starknet OS.

If we missed a feature, please let us know.

Expand Down Expand Up @@ -56,5 +56,4 @@
| get_sequencer_address ||
| get_transaction_info ||
| send_message_to_l1 ||
| deploy ||

0 comments on commit cf42e47

Please sign in to comment.