Skip to content

Commit

Permalink
Fix a few typos in readme (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang authored Jan 1, 2022
1 parent 4187ca2 commit db57519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ My Open Source work is supported by [Scout APM](https://scoutapm.com/) and

### Prefixes

There are several prefixes to instructions that affect the way the work. Here
There are several prefixes to instructions that affect the way they work. Here
is the list of them in the order of appearance in the function name:

* `i` - perform operation in-place, storing the result in the host object (on
Expand All @@ -56,7 +56,7 @@ is the list of them in the order of appearance in the function name:

## Instructions

Prefixes/postfixes are put in parens at the of the line. `endian` - could be
Prefixes/postfixes are put in parens at the end of the line. `endian` - could be
either `le` (little-endian) or `be` (big-endian).

### Utilities
Expand Down Expand Up @@ -135,7 +135,7 @@ for [Mersenne Prime][1].

### Reduction context

To enable this tricks one should create a reduction context:
To enable this trick one should create a reduction context:

```js
var red = BN.red(num);
Expand Down

0 comments on commit db57519

Please sign in to comment.