Skip to content

Commit

Permalink
doc: Fix error in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed Jun 16, 2024
1 parent 57caed3 commit ab588b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Conditions

Override this to print your own objects in JSON format. It can be
implemented by converting objects to built-in Dylan types (tables,
collections, etc) and calling *print* on those objects, or by
collections, etc) and calling *print-json* on those objects, or by
writing json syntax directly to *stream*.

If `indent:` was passed to *print* then *stream* will be a pretty
Expand Down

0 comments on commit ab588b8

Please sign in to comment.