(patch) Minor documentation bump.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m36s

This commit is contained in:
Pat Garrity 2024-04-30 20:28:01 -05:00
parent 51f85a0969
commit 8e07b7d218
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -18,7 +18,7 @@ generator definitions that can be reused across tests.
```
object Gs {
val Datagen: ModuleID =
"gs" %% "gs-datagen-core-v0" % "$VERSION" % Test
"gs" %% "gs-datagen-core-v0" % "$VERSION"
}
```