Skip to content

Commit

Permalink
typo (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspetersson authored Nov 18, 2024
1 parent e3f45aa commit cc788e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspect_ai/solver/_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def chain(*solvers: Solver | list[Solver]) -> Solver:
"""Compose a solver from multiple other solvers.
Solvers are executed in turn, and a sovler step event
Solvers are executed in turn, and a solver step event
is added to the transcript for each. If a solver returns
a state with `completed=True`, the chain is terminated
early.
Expand Down

0 comments on commit cc788e2

Please sign in to comment.