File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
3535is 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
6060either ` 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
141141var red = BN .red (num);
You can’t perform that action at this time.
0 commit comments