summaryrefslogtreecommitdiff
path: root/crates/equix/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/equix/src/lib.rs')
-rw-r--r--crates/equix/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/equix/src/lib.rs b/crates/equix/src/lib.rs
index 9789632cc..d64757249 100644
--- a/crates/equix/src/lib.rs
+++ b/crates/equix/src/lib.rs
@@ -113,7 +113,7 @@ impl EquiX {
///
/// Returns a buffer with a variable number of solutions.
///
- /// Allows re-use of solver memory. Preferred for callers which may perform
+ /// Allows reuse of solver memory. Preferred for callers which may perform
/// several solve operations in rapid succession, such as in the common case
/// of layering an effort adjustment protocol above Equi-X.
pub fn solve_with_memory(&self, mem: &mut SolverMemory) -> SolutionArray {