mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Remove extra page-dir prefix to fix broken link
This commit is contained in:
parent
fe865c5262
commit
baf050100d
1 changed files with 1 additions and 1 deletions
2
time.c
2
time.c
|
@ -4863,7 +4863,7 @@ strftime_cstr(const char *fmt, size_t len, VALUE time, rb_encoding *enc)
|
|||
*
|
||||
* Returns a string representation of +self+,
|
||||
* formatted according to the given string +format+.
|
||||
* See {Formats for Dates and Times}[rdoc-ref:doc/strftime_formatting.rdoc].
|
||||
* See {Formats for Dates and Times}[rdoc-ref:strftime_formatting.rdoc].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Reference in a new issue