Skip to content

Commit db57519

Browse files
authored
Fix a few typos in readme (#285)
1 parent 4187ca2 commit db57519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ My Open Source work is supported by [Scout APM](https://scoutapm.com/) and
3131

3232
### Prefixes
3333

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

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

5757
## Instructions
5858

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

6262
### Utilities
@@ -135,7 +135,7 @@ for [Mersenne Prime][1].
135135

136136
### Reduction context
137137

138-
To enable this tricks one should create a reduction context:
138+
To enable this trick one should create a reduction context:
139139

140140
```js
141141
var red = BN.red(num);

0 commit comments

Comments
 (0)