mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
This commit is contained in:
parent
cb0404cc51
commit
addbb7d16e
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ RUBY_SYMBOL_EXPORT_END
|
|||
* # It will help if the timing is important.
|
||||
* RUBY_DEBUG_LOG=mem
|
||||
*
|
||||
* RUBY_DEBUG_LOG_FILTER environment variable can specify the fileter string.
|
||||
* RUBY_DEBUG_LOG_FILTER environment variable can specify the filter string.
|
||||
* If "(3) __func__ in C (message title)" contains the specified string, the
|
||||
* infomation will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
|
||||
* information will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
|
||||
* only on str related information).
|
||||
*
|
||||
* In a MRI source code, you can use the following macros:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue