diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-06-22 15:16:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 15:16:16 +0900 |
| commit | 0cac62df1cfc740abcb079c81599063001c0e9e3 (patch) | |
| tree | 4f9c72c52199b016989f6dcec2da15e49da6d2d5 | |
| parent | 35597182abe8afd4f272c9832cf7305ec4132bf8 (diff) | |
| parent | c9340ec71b4ba0833b9899256d4615fab00a0db6 (diff) | |
| download | rust-0cac62df1cfc740abcb079c81599063001c0e9e3.tar.gz rust-0cac62df1cfc740abcb079c81599063001c0e9e3.zip | |
Rollup merge of #98356 - lucasthormann:patch-1, r=Mark-Simulacrum
Add missing period
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 78edac9d12c..26613314a15 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ by running it with the `--help` flag or reading the [rustc dev guide][rustcguide If you plan to use `x.py install` to create an installation, it is recommended that you set the `prefix` value in the `[install]` section to a directory. - Create install directory if you are not installing in default directory + Create install directory if you are not installing in default directory. 4. Build and install: |
