summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-03-17 19:20:53 +0000
committergit <svn-admin@ruby-lang.org>2023-03-17 19:20:53 +0000
commitcc68d692f80bde4336bbefa2c0872f2a63064edb (patch)
tree291c89ee13078cae3fdd11c4f3d98c1642560c6c /doc
parent5897a6f6866e25d90140b2afd17bfdc95b695964 (diff)
downloadruby-cc68d692f80bde4336bbefa2c0872f2a63064edb.tar.gz
* remove trailing spaces. [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/extension.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 5fbde94947..5089272599 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -815,7 +815,7 @@ The example below is from `Dir` (defined in `dir.c`)
RUBY_REFERENCES_END
// Override the "dmark" field with the defined reference list now that we
- // no longer need a marking callback and add RUBY_TYPED_DECL_MARKING to the
+ // no longer need a marking callback and add RUBY_TYPED_DECL_MARKING to the
// flags field
static const rb_data_type_t dir_data_type = {
"dir",