From 05e7cc5cb6e142e8eaf6216cd8aa5ff95e624dd1 Mon Sep 17 00:00:00 2001 From: Yang <37145547+Ted-Jiang@users.noreply.github.com> Date: Tue, 16 Nov 2021 05:30:16 +0800 Subject: [PATCH] [MINOR] Fix some typos in docs (#1310) --- ballista/rust/scheduler/src/state/mod.rs | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballista/rust/scheduler/src/state/mod.rs b/ballista/rust/scheduler/src/state/mod.rs index 865b44b6e8394..64f5953de8c0d 100644 --- a/ballista/rust/scheduler/src/state/mod.rs +++ b/ballista/rust/scheduler/src/state/mod.rs @@ -555,7 +555,7 @@ impl Lock for OwnedMutexGuard { 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, ) -> Result> { diff --git a/docs/README.md b/docs/README.md index 5b8c610fad152..255dbe4c7c6e4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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