We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dac87 commit b7bc3a4Copy full SHA for b7bc3a4
include/secp256k1.h
@@ -11,7 +11,7 @@ extern "C" {
11
*
12
* 1. Context pointers go first, followed by output arguments, combined
13
* output/input arguments, and finally input-only arguments.
14
- * 2. Array lengths always immediately the follow the argument whose length
+ * 2. Array lengths always immediately follow the argument whose length
15
* they describe, even if this violates rule 1.
16
* 3. Within the OUT/OUTIN/IN groups, pointers to data that is typically generated
17
* later go first. This means: signatures, public nonces, secret nonces,
0 commit comments