From 6ff3c3a421c23490751685c6a8cc41bee53bdc55 Mon Sep 17 00:00:00 2001 From: AdityaPrakash <138978307+prakashAditya639@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:05:38 +0530 Subject: [PATCH] typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6c559b0b312..f0c45f341d812 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ See [the rustc-dev-guide for more info][sysllvm]. #### Configure and Make This project provides a configure script and makefile (the latter of which just -invokes `x.py`). `./configure` is the recommended way to programatically +invokes `x.py`). `./configure` is the recommended way to programmatically generate a `config.toml`. `make` is not recommended (we suggest using `x.py` directly), but it is supported and we try not to break it unnecessarily.