summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/intern/gc.h')
-rw-r--r--include/ruby/internal/intern/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/gc.h b/include/ruby/internal/intern/gc.h
index ae79498cf3..2ee1d257db 100644
--- a/include/ruby/internal/intern/gc.h
+++ b/include/ruby/internal/intern/gc.h
@@ -71,7 +71,7 @@ RBIMPL_ATTR_NONNULL((1))
* addressable.
* @param[out] start Pointer to an array of objects.
* @param[out] end Pointer that terminates the array of objects.
- * @post Objects from `start` to `end`, both inclusive, are marked.
+ * @post Objects from `start` (included) to `end` (excluded) are marked.
*
* @internal
*