Skip to content

Commit

Permalink
[MINOR] Fix some typos in docs (apache#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang authored and matthewmturner committed Nov 16, 2021
1 parent bed7942 commit 05e7cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballista/rust/scheduler/src/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl<T: Send + Sync> Lock for OwnedMutexGuard<T> {
async fn unlock(&mut self) {}
}

/// Returns the the unresolved shuffles in the execution plan
/// Returns the unresolved shuffles in the execution plan
fn find_unresolved_shuffles(
plan: &Arc<dyn ExecutionPlan>,
) -> Result<Vec<UnresolvedShuffleExec>> {
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Dependencies

It's recommended to install build dependencies and build the the documentation
It's recommended to install build dependencies and build the documentation
inside a Python virtualenv.

- Python
Expand Down

0 comments on commit 05e7cc5

Please sign in to comment.