Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Kesterton committed Mar 28, 2024
1 parent 95cecc8 commit 1cb8eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/base/Control/Monad/Partial.idr
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data Total : Partial a -> Type where
TLater : Total (Force x) -> Total (Later x)


||| Extract the value from a partial computation if you have a prove it is
||| Extract the value from a partial computation if you have a proof it is
||| actually total.
public export
runPartial : (x : Partial a) -> Total x -> a
Expand Down

0 comments on commit 1cb8eff

Please sign in to comment.