From 07734b51c66756c4a7a512ebb4736763542d99f3 Mon Sep 17 00:00:00 2001 From: Victor Shepelev Date: Sat, 9 Dec 2023 06:54:33 +0200 Subject: [DOC] Small fixes for documentation rendering Mostly just fixing RDoc's incorrect treatment of `+` --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 5c40f5b746..7d895bf641 100644 --- a/dir.c +++ b/dir.c @@ -1322,7 +1322,7 @@ dir_s_fchdir(VALUE klass, VALUE fd_value) * Dir.pwd # => "/" * dir = Dir.new('example') * dir.chdir - * dir.pwd # => "/example" + * Dir.pwd # => "/example" * */ static VALUE -- cgit v1.2.3