summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Singh <bobsingh.dev@gmail.com>2026-04-15 19:32:14 -0500
committerGitHub <noreply@github.com>2026-04-16 09:32:14 +0900
commite6508f099ab6e0b98937e7cb181c850671ddb5ae (patch)
tree65ec3d2ad83fef52e13dbd9b96bbcbaa4776fd6a
parent429c499270e997d8307c57a0ca35ba0655f77db0 (diff)
[DOC] fix typos and improve clarity in build guide (#16753)
Co-authored-by: Bob Singh <bobsingh.dev@users.noreply.gitlab.com>
-rw-r--r--doc/contributing/building_ruby.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md
index 286bd1f116..a283a2f3db 100644
--- a/doc/contributing/building_ruby.md
+++ b/doc/contributing/building_ruby.md
@@ -21,7 +21,7 @@
* We can upgrade this version to system ruby version of the latest
Ubuntu LTS.
* git - 2.32 or later
- * Anterior versions may work; 2.32 or later will prevent build
+ * Earlier versions may work; 2.32 or later will prevent build
errors in case your system `.gitconfig` uses `$HOME` paths.
2. Install optional, recommended dependencies:
@@ -151,7 +151,7 @@ ruby
├── build # Created in step 2 and populated in step 4
│ ├── GNUmakefile # Generated by `../configure`
│ ├── Makefile # Generated by `../configure`
-│ ├── object.o # Compiled object file, built my `make`
+│ ├── object.o # Compiled object file, built by `make`
│ └── ... other compiled `.o` object files
│ # Other interesting files: