Skip to content

Commit fc46499

Browse files
shayne-fletchermeta-codesync[bot]
authored andcommitted
fix spelling mistake (#1754)
Summary: Pull Request resolved: #1754 cannonical -> canonical Reviewed By: samlurye Differential Revision: D86240851 fbshipit-source-id: 8b6c0b4df62c04065db8290c0ba8075cafe28429
1 parent 26ee17b commit fc46499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperactor_mesh/src/bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3535,7 +3535,7 @@ mod tests {
35353535
}
35363536

35373537
#[tokio::test]
3538-
async fn bootstrap_cannonical_simple() {
3538+
async fn bootstrap_canonical_simple() {
35393539
// SAFETY: unit-test scoped
35403540
unsafe {
35413541
std::env::set_var("HYPERACTOR_MESH_BOOTSTRAP_ENABLE_PDEATHSIG", "false");

ndslice/src/selection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ mod tests {
14621462
}
14631463

14641464
// Given expression `expr`, options `opts` and slice `slice`,
1465-
// cannonical usage is:
1465+
// canonical usage is:
14661466
// ```rust
14671467
// let nodes = expr.eval(&opts, slice.clone())?.collect::<Vec<usize>>();
14681468
// ```

0 commit comments

Comments
 (0)