From 6e53a719783cb5bb9dd7fc51c69d87e46ca9012a Mon Sep 17 00:00:00 2001 From: SongGuyang Date: Mon, 1 Feb 2021 21:13:43 +0800 Subject: [PATCH] bug fix for doc (#13834) --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index be01da3cf..76bfa3f60 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -119,7 +119,7 @@ Ray provides Python, Java, and *EXPERIMENTAL* C++ API. And Ray uses Tasks (funct | - Build ray from source with *bazel* as shown `here `__. | - Modify `cpp/example/example.cc`. | - Run `"bazel build //cpp:example"`. - | Option 1:, run the example directly with a dynamic library path. It will start a Ray cluster automatically. + | Option 1: run the example directly with a dynamic library path. It will start a Ray cluster automatically. | - Run `"ray stop"`. | - Run `"./bazel-bin/cpp/example/example --dynamic-library-path=bazel-bin/cpp/example/example.so"` | Option 2: connect to an existing Ray cluster with a known redis address (e.g. `127.0.0.1:6379`).