diff options
| author | git <svn-admin@ruby-lang.org> | 2023-03-17 19:20:53 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-03-17 19:20:53 +0000 |
| commit | cc68d692f80bde4336bbefa2c0872f2a63064edb (patch) | |
| tree | 291c89ee13078cae3fdd11c4f3d98c1642560c6c | |
| parent | 5897a6f6866e25d90140b2afd17bfdc95b695964 (diff) | |
* remove trailing spaces. [ci skip]
| -rw-r--r-- | doc/extension.rdoc | 2 |
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", |
