summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ricciardelli <[email protected]>2024-04-29 13:23:30 +0200
committerNobuyoshi Nakada <[email protected]>2024-04-30 10:34:40 +0900
commit7a8882bc30bdbece9a92ce4a2b44561402492b0e (patch)
treeb20e4c7eabae3783f034da791aff1abd05581e7e
parent528c4501f46fbe1e06028d673a777ef124d29829 (diff)
[DOC] Fix typo: Replace `documentatation` with `documentation`
-rw-r--r--man/ruby.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index a0cda14641..3cfe605ce9 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -537,7 +537,7 @@ malloc family of C standard library calls (
.Xr calloc 3 ,
and
.Xr realloc 3 ) .
-In this documentatation, the "heap" refers to the Ruby object heap
+In this documentation, the "heap" refers to the Ruby object heap
of fixed-sized slots, while "malloc" refers to auxiliary
allocations commonly referred to as the "process heap".
Thus there are at least two possible ways to trigger GC: