mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix doc
This commit is contained in:
parent
12f06abf11
commit
15c5b0991d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Spectator::Formatting
|
||||||
@json.start_array
|
@json.start_array
|
||||||
end
|
end
|
||||||
|
|
||||||
# Adds fields to the example object for all result types known after the example completes.
|
# Adds an object containing fields about the example.
|
||||||
def example_finished(notification)
|
def example_finished(notification)
|
||||||
notification.example.to_json(@json)
|
notification.example.to_json(@json)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue