Skip to content

Commit 38e9db9

Browse files
committed
removed dead docs
1 parent e4126d6 commit 38e9db9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/core/src/main/scala/hxl/DataSource.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ import cats.implicits._
3838
* def dataSource[F[_]: Concurrent](org: String): DataSource[F, ValueKey, String] =
3939
* DataSource.from(Key(org)){ ks => ...
4040
* ```
41-
*
42-
* Hxl eliminates duplicate keys by using scala's universal equality.
43-
* You can supply a custom "getKey" function if your key contains more information than what you'd like to act as "unique".
44-
* ```scala
45-
* DataSource.full(key)(x => x.id)(ks => ...)
46-
* ```
4741
*/
4842
trait DataSource[F[_], K, V] {
4943
def key: DSKey[K, V]

0 commit comments

Comments
 (0)