Skip to content

Commit

Permalink
remove zio from the cats-effect scaladoc string
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoyette authored and calvinlfer committed Nov 27, 2024
1 parent ac0dfa4 commit 58c40dc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import io.kaizensolutions.virgil.internal.Proofs._
import scala.jdk.CollectionConverters._

/**
* CQLExecutorImpl is a ZIO based client for the Apache Cassandra Java Driver
* that provides ZIO and ZStream abstractions over the Datastax Java driver. We
* consider CQLExecutor to be the interpreter of [[CQL[A]]] expressions.
* CQLExecutorImpl is a Cats Effect based client for the Apache Cassandra Java
* Driver. We consider CQLExecutor to be the interpreter of [[CQL[A]]]
* expressions.
*
* @param underlyingSession
* is the underlying Datastax Java driver session
Expand Down

0 comments on commit 58c40dc

Please sign in to comment.