We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1caff commit 5244fd3Copy full SHA for 5244fd3
object.c
@@ -4350,7 +4350,7 @@ InitVM_Object(void)
4350
* - #print: Prints the given objects to standard output without a newline.
4351
* - #printf: Prints the string resulting from applying the given format string
4352
* to any additional arguments.
4353
- * - #putc: Equivalent to <tt.$stdout.putc(object)</tt> for the given object.
+ * - #putc: Equivalent to <tt>$stdout.putc(object)</tt> for the given object.
4354
* - #puts: Equivalent to <tt>$stdout.puts(*objects)</tt> for the given objects.
4355
* - #readline: Similar to #gets, but raises an exception at the end of file.
4356
* - #readlines: Returns an array of the remaining lines from the current input.
0 commit comments