diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-07-30 11:24:59 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-07-30 02:35:22 +0000 |
commit | dfad14d83f1a51a537d03da285b71e9d87a6da7f (patch) | |
tree | a451f62b929b1a0a1f4ec64422e75f1c412f10ff /lib/optparse.rb | |
parent | 67be453d9d1e94b104ba2f092d89c33efac2a2e2 (diff) |
[ruby/optparse] [DOC] Mark up constant and method names as code
https://github.com/ruby/optparse/commit/e8bee0be8f
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb index 28b64af613..0998251fbf 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -48,7 +48,7 @@ # # == OptionParser # -# === New to \OptionParser? +# === New to +OptionParser+? # # See the {Tutorial}[optparse/tutorial.rdoc]. # |