mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Correct docs
This commit is contained in:
parent
7f58c52e43
commit
c36859b42b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module Spectator::DSL
|
|||
# that is, a group defined by the `StructureDSL#sample` macro in the DSL.
|
||||
# A corresponding `#end_group` call must be made
|
||||
# when the group being started is finished.
|
||||
# See `SampleExampleGroupBuilder#create` for the arguments
|
||||
# See `SampleExampleGroupBuilder#initialize` for the arguments
|
||||
# as arguments to this method are passed directly to it.
|
||||
def start_sample_group(*args) : Nil
|
||||
group = SampleExampleGroupBuilder.new(*args)
|
||||
|
|
Loading…
Reference in a new issue