We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dd3ca commit 27d9088Copy full SHA for 27d9088
core/shared/src/main/scala/fs2/internal/Scope.scala
@@ -297,7 +297,7 @@ private[fs2] final class Scope[F[_]] private (
297
go(self, Chain.empty)
298
}
299
300
- /** @returns true if the given `scopeId` identifies an ancestor of this scope, or false otherwise.
+ /** @return true if the given `scopeId` identifies an ancestor of this scope, or false otherwise.
301
*/
302
def descendsFrom(scopeId: Unique.Token): Boolean = findSelfOrAncestor(scopeId).isDefined
303
0 commit comments