Skip to content

Commit

Permalink
Merge pull request #7156 from wanders/aw-collapseRequests-docfix
Browse files Browse the repository at this point in the history
docs: Fix documentation for collapseRequests on BuilderConfig
  • Loading branch information
p12tic committed Nov 6, 2023
2 parents 61925d6 + 3160cd2 commit e1bf966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/configuration/builders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Possible values for both ``collapseRequests`` configurations are:
``False``
Requests will never be collapsed.

``callable(builder, req1, req2)``
``callable(master, builder, req1, req2)``
Requests will be collapsed if the callable returns true.
See :ref:`Collapse-Request-Functions` for detailed example.

Expand Down

0 comments on commit e1bf966

Please sign in to comment.