Skip to content

Commit d7ae8c2

Browse files
authored
[MINOR] Fix some typos in docs (#1310)
1 parent 2e63ea9 commit d7ae8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballista/rust/scheduler/src/state/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl<T: Send + Sync> Lock for OwnedMutexGuard<T> {
555555
async fn unlock(&mut self) {}
556556
}
557557

558-
/// Returns the the unresolved shuffles in the execution plan
558+
/// Returns the unresolved shuffles in the execution plan
559559
fn find_unresolved_shuffles(
560560
plan: &Arc<dyn ExecutionPlan>,
561561
) -> Result<Vec<UnresolvedShuffleExec>> {

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## Dependencies
2323

24-
It's recommended to install build dependencies and build the the documentation
24+
It's recommended to install build dependencies and build the documentation
2525
inside a Python virtualenv.
2626

2727
- Python

0 commit comments

Comments
 (0)