We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ee17b commit fc46499Copy full SHA for fc46499
hyperactor_mesh/src/bootstrap.rs
@@ -3535,7 +3535,7 @@ mod tests {
3535
}
3536
3537
#[tokio::test]
3538
- async fn bootstrap_cannonical_simple() {
+ async fn bootstrap_canonical_simple() {
3539
// SAFETY: unit-test scoped
3540
unsafe {
3541
std::env::set_var("HYPERACTOR_MESH_BOOTSTRAP_ENABLE_PDEATHSIG", "false");
ndslice/src/selection.rs
@@ -1462,7 +1462,7 @@ mod tests {
1462
1463
1464
// Given expression `expr`, options `opts` and slice `slice`,
1465
- // cannonical usage is:
+ // canonical usage is:
1466
// ```rust
1467
// let nodes = expr.eval(&opts, slice.clone())?.collect::<Vec<usize>>();
1468
// ```
0 commit comments