Commit db57519 1 parent 4187ca2 commit db57519 Copy full SHA for db57519
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ My Open Source work is supported by [Scout APM](https://scoutapm.com/) and
31
31
32
32
### Prefixes
33
33
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
35
35
is the list of them in the order of appearance in the function name:
36
36
37
37
* ` 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:
56
56
57
57
## Instructions
58
58
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
60
60
either ` le ` (little-endian) or ` be ` (big-endian).
61
61
62
62
### Utilities
@@ -135,7 +135,7 @@ for [Mersenne Prime][1].
135
135
136
136
### Reduction context
137
137
138
- To enable this tricks one should create a reduction context:
138
+ To enable this trick one should create a reduction context:
139
139
140
140
``` js
141
141
var red = BN .red (num);
You can’t perform that action at this time.
0 commit comments