1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Fix typos

This commit is contained in:
Dimitris Apostolou 2018-09-09 13:35:33 +03:00 committed by GitHub
parent de57738377
commit f6c30a7377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ fn main() {
.arg(Arg::with_name("input")
.short("i")
.long("input")
.help("path of comiled code.")
.help("path of compiled code.")
.value_name("FILE")
.takes_value(true)
.required(false)

View file

@ -345,7 +345,7 @@ impl<'de> Deserialize<'de> for FieldPrime {
}
}
/// Calculates the gcd using a iterative implementation of the extended euclidian algorithm.
/// Calculates the gcd using an iterative implementation of the extended euclidian algorithm.
/// Returning `(d, s, t)` so that `d = s * a + t * b`
///
/// # Arguments

View file

@ -43,7 +43,7 @@ fn get_summands<T: Field>(expr: &FlatExpression<T>) -> Vec<&FlatExpression<T>> {
}
}
/// Returns a `HashMap` containing variables and the number of occurences
/// Returns a `HashMap` containing variables and the number of occurrences
///
/// # Arguments
///

View file

@ -7,7 +7,7 @@ use reduce::Reduce;
use helpers::{DirectiveStatement, Helper, LibsnarkGadgetHelper};
// for r1cs import, can be moved.
// r1cs data strucutre reflecting JSON standard format:
// r1cs data structure reflecting JSON standard format:
// {
// input_count: count, // # of inputs to pass
// outputs: [offset_42, offset_63, offset_55], // indices of the outputs in the witness