Skip to content

Commit

Permalink
[kdoc] minor spelling fix (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Aug 23, 2024
1 parent 14a740e commit 8d05063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public interface ResourceScope : AutoCloseScope {
public suspend fun <A> Resource<A>.bind(): A
/**
* Install [A] into the [ResourceScope].
* It's [release] function will be called with the appropriate [ExitCase] if this [ResourceScope] finishes.
* Its [release] function will be called with the appropriate [ExitCase] if this [ResourceScope] finishes.
* It results either in [ExitCase.Completed], [ExitCase.Cancelled] or [ExitCase.Failure] depending on the terminal state of [Resource] lambda.
*/
@ResourceDSL
Expand Down

0 comments on commit 8d05063

Please sign in to comment.