Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kluen committed Sep 20, 2024
1 parent 0e69702 commit 02c47c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/derivations/zio-test-gen-derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % @VERSION@

## DriveGen

The `DriveGen` inside `zio.schema` package provides the `gen` operator which takes a `Schmea[A]` implicitly and returns a `Gen[Sized, A]`:
The `DriveGen` inside `zio.schema` package provides the `gen` operator which takes a `Schema[A]` implicitly and returns a `Gen[Sized, A]`:

```scala
object DeriveGen {
Expand Down

0 comments on commit 02c47c4

Please sign in to comment.