Skip to content

Commit 5244fd3

Browse files
olleolleollehsbt
authored andcommitted
Repair documentation markup in object.c
Issue was visible in https://docs.ruby-lang.org/en/3.4/Kernel.html#module-Kernel-label-IO
1 parent 5b1caff commit 5244fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,7 @@ InitVM_Object(void)
43504350
* - #print: Prints the given objects to standard output without a newline.
43514351
* - #printf: Prints the string resulting from applying the given format string
43524352
* to any additional arguments.
4353-
* - #putc: Equivalent to <tt.$stdout.putc(object)</tt> for the given object.
4353+
* - #putc: Equivalent to <tt>$stdout.putc(object)</tt> for the given object.
43544354
* - #puts: Equivalent to <tt>$stdout.puts(*objects)</tt> for the given objects.
43554355
* - #readline: Similar to #gets, but raises an exception at the end of file.
43564356
* - #readlines: Returns an array of the remaining lines from the current input.

0 commit comments

Comments
 (0)