diff --git a/packages/effect-fc/src/Lens.ts b/packages/effect-fc/src/Lens.ts index be02ae7..54dd93a 100644 --- a/packages/effect-fc/src/Lens.ts +++ b/packages/effect-fc/src/Lens.ts @@ -39,16 +39,15 @@ export class LensImpl => Predicate.hasProperty(u, LensTypeId) /** - * Builds a `Lens` instance when you supply how to read the current value, observe changes, and apply transformations. + * Creates a `Lens` by supplying how to read the current value, observe changes, and apply transformations. + * + * Either `modify` or `set` needs to be supplied. */ export const make = ( options: {