Skip to content

Commit

Permalink
Repair documentation markup in object.c
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and hsbt committed Jan 23, 2025
1 parent 5b1caff commit 5244fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object.c
Original file line number Diff line number Diff line change
Expand Up @@ -4350,7 +4350,7 @@ InitVM_Object(void)
* - #print: Prints the given objects to standard output without a newline.
* - #printf: Prints the string resulting from applying the given format string
* to any additional arguments.
* - #putc: Equivalent to <tt.$stdout.putc(object)</tt> for the given object.
* - #putc: Equivalent to <tt>$stdout.putc(object)</tt> for the given object.
* - #puts: Equivalent to <tt>$stdout.puts(*objects)</tt> for the given objects.
* - #readline: Similar to #gets, but raises an exception at the end of file.
* - #readlines: Returns an array of the remaining lines from the current input.
Expand Down

0 comments on commit 5244fd3

Please sign in to comment.