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

Fix typos and grammatical issues in documentation files #195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 crypto3/libs/algebra/docs/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ It also contains `pairing_policy` type, needed for comfortable usage of curve pa

### Curve Element Algorithms ### {#curve_element_algorithms}

Curve element corresponds an point of the curve and has all the needed methods and overloaded arithmetic operators. The corresponding algorithms
Curve element corresponds a point of the curve and has all the needed methods and overloaded arithmetic operators. The corresponding algorithms
are based on the underlying field algorithms are also defined here.

### Basic Curve Policies ### {#basic_curve_policies}
Expand Down
2 changes: 1 addition & 1 deletion evm-assigner/docs/efficient_gas_calculation_algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In EVM there are simple rules to identify basic instruction block boundaries:
- `REVERT`,
- `SELFDESTRUCT`.

A basic instruction block is a shortest sequence of instructions such that
A basic instruction block is the shortest sequence of instructions such that
a basic block starts before the first instruction and ends after the last.

In some cases multiple of the above rules can apply to single basic instruction
Expand Down